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 a53c79a commit 46a195bCopy full SHA for 46a195b
src/attr/field.rs
@@ -10,7 +10,7 @@ use crate::{Trait, TraitImpl, ZeroizeFqs};
10
#[derive(Default)]
11
#[cfg_attr(test, derive(Debug))]
12
pub struct FieldAttr {
13
- /// [`Trait`]s to skip this field for.
+ /// [`Trait`](crate::Trait)s to skip this field for.
14
pub skip: Skip,
15
/// Use fully-qualified-syntax for the [`Zeroize`](https://docs.rs/zeroize/latest/zeroize/trait.Zeroize.html) implementation on this field.
16
#[cfg(feature = "zeroize")]
0 commit comments