chore: remove redundant config in cargo.toml (#6770)

Co-authored-by: daniel.eades <daniel.eades@seebyte.com>
This commit is contained in:
danieleades
2025-07-13 18:55:06 +01:00
committed by GitHub
parent 1c2f4d4659
commit 94cdbc3f77
-4
View File
@@ -131,9 +131,5 @@ codegen-units = 16
lto = "thin" lto = "thin"
strip = false strip = false
[[bin]]
name = "starship"
path = "src/main.rs"
[lints.clippy] [lints.clippy]
use_self = "warn" use_self = "warn"