Fix trivial clippy warnings

This commit is contained in:
Mubelotix
2025-08-14 13:50:18 +02:00
committed by Tamo
parent 566baddc6b
commit 4edd4c06bc
2 changed files with 3 additions and 3 deletions

View File

@@ -356,7 +356,7 @@ struct Compat<T: steppe::Step>(T);
impl<T: steppe::Step> Step for Compat<T> {
fn name(&self) -> Cow<'static, str> {
self.0.name().into()
self.0.name()
}
fn current(&self) -> u32 {