Skip to content

Commit 3f0af0d

Browse files
committed
Import std::fmt::Derive instead of from syn::export
Stupid IntelliJ expsoing hidden imports -_-
1 parent 6a22e11 commit 3f0af0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/derive/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use proc_macro2::{Ident, TokenStream, Span};
1212
use syn::spanned::Spanned;
1313
use syn::parse::{ParseStream, Parse};
1414
use std::collections::HashSet;
15-
use syn::export::fmt::Display;
15+
use std::fmt::Display;
1616
use std::io::Write;
1717

1818
struct MutableFieldOpts {

0 commit comments

Comments
 (0)