]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/macros.rs
Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast, r...
[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]