diff options
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ unsafe_code = "forbid" pedantic = "warn" # extra lints, maybe obnoxious, just warn nursery = "warn" # experimental lints, may include false positives, just warn unwrap_used = "warn" # warn for every unwrap used -cargo = "warn" # warn about cargo manifest lints +#cargo = "warn" # warn about cargo manifest lints, this is annoying at the beginning [profile.release] # make small binaries! will take quite longer, from https://github.com/johnthagen/min-sized-rust opt-level = 'z' # optimize for size |
