X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fstd%2Fsrc%2Fmacros.rs;h=fcc5cfafd808d0cc2066366fe12d0c9cb55dbb7c;hb=bed113de4910989395c3e622134168210531c786;hp=6e4ba1404e55172333fe7897b6f78e62e07c4486;hpb=becc24a23aed2639db3b78acd93ec6d553898583;p=rust.git diff --git a/library/std/src/macros.rs b/library/std/src/macros.rs index 6e4ba1404e5..fcc5cfafd80 100644 --- a/library/std/src/macros.rs +++ b/library/std/src/macros.rs @@ -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]