diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-01-04 07:28:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-04 07:28:55 +0100 |
| commit | d24b2290723406f16373a3d7db99da7c7e9e5982 (patch) | |
| tree | bdc4ebdfe027f00e485c7bb069a1947b2a0a6411 /library/std/src | |
| parent | 336124797f5f2057d2226b7d3c354e46f284ac33 (diff) | |
| parent | cc2881391a1f1e01faa2f7ff21a172a15fbbaacd (diff) | |
| download | rust-d24b2290723406f16373a3d7db99da7c7e9e5982.tar.gz rust-d24b2290723406f16373a3d7db99da7c7e9e5982.zip | |
Rollup merge of #106327 - gimbles:dbg, r=jyn514
Add tidy check for dbg Fixes #106169
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] |
