Minimize warnin's

This commit is contained in:
2024-03-22 16:30:49 +05:00
parent 6a64f87bc5
commit aeceb98ad5
4 changed files with 5 additions and 8 deletions

View File

@ -15,6 +15,7 @@ use {
};
#[allow(dead_code)]
pub fn type_of<T>(_: T) -> &'static str {
type_name::<T>()
}