about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-01-04 07:28:55 +0100
committerGitHub <noreply@github.com>2023-01-04 07:28:55 +0100
commitd24b2290723406f16373a3d7db99da7c7e9e5982 (patch)
treebdc4ebdfe027f00e485c7bb069a1947b2a0a6411 /library/std/src
parent336124797f5f2057d2226b7d3c354e46f284ac33 (diff)
parentcc2881391a1f1e01faa2f7ff21a172a15fbbaacd (diff)
downloadrust-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.rs1
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]