Eliminate 2015-style module system imports from serde_derive

This commit is contained in:
David Tolnay
2023-07-25 20:53:48 -07:00
parent 89f84c2915
commit 30f79b3b2e
11 changed files with 21 additions and 34 deletions
-1
View File
@@ -2,7 +2,6 @@ use quote::ToTokens;
use std::cell::RefCell;
use std::fmt::Display;
use std::thread;
use syn;
/// A type to collect errors together and format them.
///