Skip to content

Commit 02bbb12

Browse files
committed
doc: link to the "Customizing Default" section on the Default impl
1 parent 800234a commit 02bbb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ macro_rules! make_bitflags {
389389
}
390390

391391
/// The default value returned is one with all flags unset, i. e. [`empty`][Self::empty],
392-
/// unless customized.
392+
/// unless [customized](index.html#customizing-default).
393393
impl<T> Default for BitFlags<T>
394394
where
395395
T: BitFlag,

0 commit comments

Comments
 (0)