diff --git a/Cargo.toml b/Cargo.toml index 196a21b5b..0cee6ed57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,9 +131,5 @@ codegen-units = 16 lto = "thin" strip = false -[[bin]] -name = "starship" -path = "src/main.rs" - [lints.clippy] use_self = "warn"