mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 22:16:30 +03:00
Automatically group imports using nightly rustfmt
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use crate::simplify::split_lines;
|
||||
use once_cell::sync::Lazy;
|
||||
|
||||
use crate::simplify::split_lines;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct PlainText {
|
||||
pub text: String,
|
||||
|
||||
Reference in New Issue
Block a user