Skip to content

Commit 5282cdb

Browse files
authored
Rollup merge of rust-lang#106327 - gimbles:dbg, r=jyn514
Add tidy check for dbg Fixes rust-lang#106169
2 parents 06f5f5e + 79aba39 commit 5282cdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/macros.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//! This module contains a set of macros which are exported from the standard
44
//! library. Each macro is available for use when linking against the standard
55
//! library.
6+
// ignore-tidy-dbg
67

78
#[doc = include_str!("../../core/src/macros/panic.md")]
89
#[macro_export]

0 commit comments

Comments
 (0)