Ungroup imports

This commit is contained in:
David Tolnay
2023-07-25 21:06:57 -07:00
parent 11677ad926
commit dd9913675d
19 changed files with 44 additions and 68 deletions
-1
View File
@@ -12,7 +12,6 @@ use serde_derive::{Deserialize, Serialize};
use serde_test::{
assert_de_tokens, assert_de_tokens_error, assert_ser_tokens, assert_tokens, Token,
};
use std::collections::BTreeMap;
use std::marker::PhantomData;