Skip to content

Commit 46a195b

Browse files
committed
Fix Rustdoc
1 parent a53c79a commit 46a195b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attr/field.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::{Trait, TraitImpl, ZeroizeFqs};
1010
#[derive(Default)]
1111
#[cfg_attr(test, derive(Debug))]
1212
pub struct FieldAttr {
13-
/// [`Trait`]s to skip this field for.
13+
/// [`Trait`](crate::Trait)s to skip this field for.
1414
pub skip: Skip,
1515
/// Use fully-qualified-syntax for the [`Zeroize`](https://docs.rs/zeroize/latest/zeroize/trait.Zeroize.html) implementation on this field.
1616
#[cfg(feature = "zeroize")]

0 commit comments

Comments
 (0)