-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
All issues
Issue creation is restricted in this repository
- #7666 · dtolnay opened
on Sep 13, 2021 23
Issues
is:issue manual_filter
is:issue manual_filter
Search results
manual_filterFN when the filter is further mappedC-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingI-false-negativeIssue: The lint should have been triggered on code, but wasn'tIssue: The lint should have been triggered on code, but wasn'tStatus: Open.#16776 In rust-lang/rust-clippy;new lint: option manual filter
Option::and_then(|x| { if ... then {None} else {Some(x) })A-lintArea: New lintsArea: New lintsStatus: Closed (completed).#14440 In rust-lang/rust-clippy;manual_filter triggered if you return Some(-x)
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingI-false-positiveIssue: The lint was triggered on code it shouldn't haveIssue: The lint was triggered on code it shouldn't haveStatus: Closed (completed).#10125 In rust-lang/rust-clippy;manual_filtersuggestion broken on nestedif letC-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingI-suggestion-causes-errorIssue: The suggestions provided by this Lint cause an ICE/error when appliedIssue: The suggestions provided by this Lint cause an ICE/error when appliedStatus: Closed (completed).#10088 In rust-lang/rust-clippy;manual_filterwrongly suggestingfilterwhen match has side-effectsC-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingI-false-positiveIssue: The lint was triggered on code it shouldn't haveIssue: The lint was triggered on code it shouldn't haveStatus: Closed (completed).#9766 In rust-lang/rust-clippy;