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 -1
View File
@@ -1,7 +1,7 @@
use proc_macro2::TokenStream;
use quote::format_ident;
use internals::ast::{Container, Data, Field, Style, Variant};
use crate::internals::ast::{Container, Data, Field, Style, Variant};
// Suppress dead_code warnings that would otherwise appear when using a remote
// derive. Other than this pretend code, a struct annotated with remote derive