]> git.lizzy.rs Git - rust.git/commitdiff
Added a missing !.
authorChristian <chris_veenman@hotmail.com>
Sat, 30 Mar 2019 13:35:51 +0000 (14:35 +0100)
committerChristian <chris_veenman@hotmail.com>
Sat, 30 Mar 2019 13:35:51 +0000 (14:35 +0100)
src/libstd/macros.rs

index 209d3210f8f8921659d26388d1a3b41cfbec4a1b..be4db1f737d83ef0cceb7e73f8e61f7101040684 100644 (file)
@@ -315,7 +315,7 @@ macro_rules! eprintln {
 /// file and line whenever it's reached.
 ///
 /// [stderr]: https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)
-/// [`debug`]: https://docs.rs/log/*/log/macro.debug.html
+/// [`debug!`]: https://docs.rs/log/*/log/macro.debug.html
 /// [`log`]: https://crates.io/crates/log
 #[macro_export]
 #[stable(feature = "dbg_macro", since = "1.32.0")]