Skip to content

Commit 34eb866

Browse files
authored
Rollup merge of #106327 - gimbles:dbg, r=jyn514
Add tidy check for dbg Fixes #106169
2 parents 81a1964 + a58ce15 commit 34eb866

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)