mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-04 02:24:11 +02:00
nixpkgs 25.11, clippy fixes
This commit is contained in:
parent
600e51ccf4
commit
564d719bb9
11 changed files with 39 additions and 36 deletions
|
|
@ -18,7 +18,7 @@ pub struct RarEntry {
|
|||
}
|
||||
|
||||
impl ArchiveEntry for RarEntry {
|
||||
fn name(&self) -> Cow<str> {
|
||||
fn name<'a>(&'a self) -> Cow<'a, str> {
|
||||
self.name.as_str().into()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue