replace additional use tracing::
add log:: to disallowed-macros Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
e228dec4f2
commit
4ec5d1e28e
7 changed files with 19 additions and 9 deletions
|
@ -1,3 +1,5 @@
|
|||
#![allow(clippy::disallowed_macros)]
|
||||
|
||||
use std::{any::Any, panic};
|
||||
|
||||
// Export debug proc_macros
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue