-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Issues: rust-lang/rust-clippy
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
string-lit-as-bytes fix producing incorrect fix
C-bug
Category: Clippy is not doing the correct thing
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
#11729
by u9g
was closed Oct 29, 2023
test
to_string_in_format_args_incremental
fails in a read-only working directory
#11126
opened Jul 8, 2023 by
Noratrieb
FP string_lit_as_bytes: match / slice patterns
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
#9885
by matthiaskrgr
was closed Dec 1, 2022
Most commonly ignored lints on crates.io
A-category
Area: Categorization of lints
C-tracking-issue
Category: Tracking Issue
S-needs-discussion
Status: Needs further discussion before merging or work can be started
#7666
by dtolnay
was closed Oct 9, 2022
string_lit_as_bytes should also detect Category: Clippy is not doing the correct thing
good first issue
These issues are a good way to get started with Clippy
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
"str".to_string().into_bytes()
C-bug
#6927
by repi
was closed Mar 25, 2021
False positive for 'string_lit_as_bytes' in conjunction with 'env!'
C-bug
Category: Clippy is not doing the correct thing
E-needs-test
Call for participation: writing tests
good first issue
These issues are a good way to get started with Clippy
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
T-macros
Type: Issues with macros and macro expansion
#5619
by diondokter
was closed Jun 2, 2020
string_lit_as_bytes lint isn't trigged when string contains escaped characters
#4796
by upsuper
was closed Nov 28, 2019
Incorrect suggestion of Category: Clippy is not doing the correct thing
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
string_lit_as_bytes
lint
C-bug
#4494
opened Sep 3, 2019 by
ordovicia
Wrong suggestion for Category: Clippy is not doing the correct thing
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
good first issue
These issues are a good way to get started with Clippy
L-style
Lint: Belongs in the style lint group
L-suggestion
Lint: Improving, adding or fixing lint suggestions
string_lit_as_bytes
lint
C-bug
#3205
by jonasbb
was closed Oct 28, 2018
string_lit_as_bytes doesn't work correctly
C-bug
Category: Clippy is not doing the correct thing
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
#1402
opened Dec 23, 2016 by
farodin91
Lint string_lit_as_bytes should not be reported for string literal of length 33 and more
C-bug
Category: Clippy is not doing the correct thing
good first issue
These issues are a good way to get started with Clippy
T-middle
Type: Probably requires verifiying types
#1208
by antoyo
was closed Jul 9, 2019
string_lit_as_bytes
gives incorrect recommendation with stringify!()
#763
by ipetkov
was closed Mar 15, 2016
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.