Plugin says function doesn't have a snake case name, but it gets annotated with #[allow(non_snake_case)] #9917
byte-sized-emi
started this conversation in
IntelliJ Rust Plugin Development
Replies: 2 comments
-
I've created a separate issue for this problem #9918 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically, I have this code:
some_macro adds the
#[allow(non_snake_case)]
annotation, which clippy for example correctly uses and therefore doesn't display an error, but the plugin tells me that it should be called non_snake_case_name.Beta Was this translation helpful? Give feedback.
All reactions