mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-23 17:33:23 +00:00
Fix clippy and compiler warings
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
20a90426a0
commit
9ca64c281e
@ -36,7 +36,7 @@ fn impl_try_from(
|
||||
} else {
|
||||
panic!(
|
||||
"{} does not have invalid repr to implement TryFromInt.",
|
||||
ident.to_string()
|
||||
ident
|
||||
);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user