mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix new clippy errors
The failing lint was added in Rust v1.95.0.
This commit is contained in:
@@ -373,7 +373,7 @@ impl Filename {
|
||||
fn __repr__(slf: &Bound<'_, Self>) -> PyResult<String> {
|
||||
let class_name = slf.get_type().qualname()?;
|
||||
let inner = &slf.borrow().0;
|
||||
Ok(format!("{}({})", class_name, inner.as_str(),))
|
||||
Ok(format!("{}({})", class_name, inner.as_str()))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user