-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
- #7666 · dtolnay opened
on Sep 13, 2021 23
Issues
is:issue state:open
is:issue state:open
Issue creation is restricted in this repository
Search results
manual_is_variant_andignores the configured MSRV when rewritingmap(...) == Some(...)comparisonsC-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 haveI-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: Open.#17327 In rust-lang/rust-clippy;Suggest replacing
result.map_or_else(Err, f)withresult.and_then(f)C-feature-requestCategory: Feature requestCategory: Feature requestStatus: Open.#17322 In rust-lang/rust-clippy;ICE in Clippy/rustc trait selection on async fn returning Result<impl Stream, _>
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingI-ICEIssue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️Issue: Clippy panicked, giving an Internal Compilation Error (ICE) ❄️Status: Open.#17321 In rust-lang/rust-clippy;needless_collectuntypable suggestionC-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: Open.#17315 In rust-lang/rust-clippy;chunks_exact_to_as_chunkssuggest invalid const generic parameter expressionC-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: Open.#17314 In rust-lang/rust-clippy;infinite_loopshould not trigger when yielding in a gen blockC-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: Open.#17310 In rust-lang/rust-clippy;missing_trait_methods should ignore unstable trait methods
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: Open.#17307 In rust-lang/rust-clippy;std_instead_of_allocmisses items from the implicit preludeC-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.#17304 In rust-lang/rust-clippy;- Status: Open.#17297 In rust-lang/rust-clippy;
- Status: Open.#17295 In rust-lang/rust-clippy;
wildcard_enum_match_arm does not lint wildcards that cover Option<LocalEnum> variants
C-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.#17291 In rust-lang/rust-clippy;- Status: Open.#17290 In rust-lang/rust-clippy;