enable clippy::must_use_candidate, add #[must_use] to the 3 flagged fns
This commit is contained in:
parent
760e5ad4cc
commit
c661d699ad
4 changed files with 3 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ pedantic = { level = "deny", priority = -1 }
|
|||
missing_errors_doc = "allow"
|
||||
missing_panics_doc = "allow"
|
||||
module_name_repetitions = "allow"
|
||||
must_use_candidate = "allow"
|
||||
|
||||
[workspace.lints.rustdoc]
|
||||
# Doc-link rot has no other discoverer: clippy does not read intra-doc
|
||||
|
|
|
|||
Loading…
Reference in a new issue