Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Sebastian Dröge 2024-04-21 09:22:32 +00:00 committed by Nick Steel
parent 08169aca96
commit 1438fa88db

View file

@ -1065,6 +1065,7 @@ macro_rules! log_with_level(
}};
);
#[derive(Debug)]
pub struct DebugCategoryLogger(DebugCategory);
impl DebugCategoryLogger {