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

@ -15,3 +15,6 @@ enum_glob_use = "deny" # https://rust-lang.github.io/rust-clippy/master/index.ht
pedantic = "deny"
nursery = "deny"
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"