diff options
| author | gimbles <yusharora@protonmail.com> | 2022-12-31 15:32:09 +0530 |
|---|---|---|
| committer | gimbles <yusharora@protonmail.com> | 2022-12-31 15:32:09 +0530 |
| commit | cc2881391a1f1e01faa2f7ff21a172a15fbbaacd (patch) | |
| tree | 4c08e5620cd838f9f4f7a15d231ec912c14b2739 /library/std/src | |
| parent | 247e44e61d934e1927db0ff557fe17f131a2379c (diff) | |
| download | rust-cc2881391a1f1e01faa2f7ff21a172a15fbbaacd.tar.gz rust-cc2881391a1f1e01faa2f7ff21a172a15fbbaacd.zip | |
Add tidy check for dbg
Diffstat (limited to 'library/std/src')
| -rw-r--r-- | library/std/src/macros.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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] |
