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 d4814a9 commit ef53afeCopy full SHA for ef53afe
library/core/src/fmt/mod.rs
@@ -646,7 +646,7 @@ pub use macros::Debug;
646
/// [formatting traits], the most flexible approach is display adapters: methods
647
/// like [`str::escape_default`] or [`Path::display`] which create a wrapper
648
/// implementing `Display` to output the specific display format.
649
-///
+///
650
/// [formatting traits]: ../../std/fmt/index.html#formatting-traits
651
/// [`Path::display`]: ../../std/path/struct.Path.html#method.display
652
///
0 commit comments