We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12562b2 commit a53c79aCopy full SHA for a53c79a
src/attr/field.rs
@@ -2,9 +2,9 @@
2
3
use syn::{spanned::Spanned, Attribute, Meta, NestedMeta, Result};
4
5
-use crate::{DeriveWhere, Error, Skip, Trait, DERIVE_WHERE};
+use crate::{DeriveWhere, Error, Skip, DERIVE_WHERE};
6
#[cfg(feature = "zeroize")]
7
-use crate::{TraitImpl, ZeroizeFqs};
+use crate::{Trait, TraitImpl, ZeroizeFqs};
8
9
/// Attributes on field.
10
#[derive(Default)]
0 commit comments