1
Fork 0

Add tidy check for dbg

This commit is contained in:
gimbles 2022-12-31 15:32:09 +05:30
parent 247e44e61d
commit cc2881391a
2 changed files with 18 additions and 0 deletions

View file

@ -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]