]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/macros.rs
Auto merge of #107318 - matthiaskrgr:rollup-776kd81, r=matthiaskrgr
[rust.git] / library / std / src / macros.rs
index 6e4ba1404e55172333fe7897b6f78e62e07c4486..fcc5cfafd808d0cc2066366fe12d0c9cb55dbb7c 100644 (file)
@@ -3,6 +3,7 @@
 //! This module contains a set of macros which are exported from the standard
 //! library. Each macro is available for use when linking against the standard
 //! library.
+// ignore-tidy-dbg
 
 #[doc = include_str!("../../core/src/macros/panic.md")]
 #[macro_export]