Automatically group imports using nightly rustfmt

This commit is contained in:
link2xt
2023-01-19 13:13:25 +00:00
parent 677136f4ab
commit 4615c84f31
69 changed files with 162 additions and 174 deletions

View File

@@ -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,