Browse Source

Fix rustdoc warning

Nicholas Bishop 1 month ago
parent
commit
744cd0d65b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -362,7 +362,7 @@ pub mod argument {
         }
         }
     }
     }
 
 
-    /// An argument as passed to [`format`][crate::format].
+    /// An argument as passed to [`format()`].
     #[derive(Debug, Copy, Clone, PartialEq)]
     #[derive(Debug, Copy, Clone, PartialEq)]
     pub struct Argument<'a> {
     pub struct Argument<'a> {
         pub flags: Flags,
         pub flags: Flags,