rustup-dl-debug #16

Closed
leon wants to merge 26 commits from rustup-dl-debug into main
Showing only changes of commit 194bed6aff - Show all commits

View File

@ -14,4 +14,7 @@ unsafe_code = "forbid"
enum_glob_use = "deny" # https://rust-lang.github.io/rust-clippy/master/index.html#/enum_glob_use
pedantic = "deny"
nursery = "deny"
unwrap_used = "deny" # https://rust-lang.github.io/rust-clippy/master/index.html#/unwrap_used
unwrap_used = "deny" # https://rust-lang.github.io/rust-clippy/master/index.html#/unwrap_used
missing_const_for_fn = "warn"
missing_assert_message = "deny"
missing_errors_doc = "deny"