refactor: make Clippy happy

This commit is contained in:
sxyazi 2025-11-29 07:39:04 +08:00
parent 8c2a6dba90
commit 0b8aaba29b
No known key found for this signature in database
33 changed files with 108 additions and 118 deletions

View file

@ -8,6 +8,9 @@ description = "Yazi build system"
homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"
[lints]
workspace = true
[profile.release]
codegen-units = 1
lto = true