This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b1166963aa
rust
/
tests
/
ui
/
renamed_builtin_attr.rs
5 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-update
2024-03-07 10:19:29 -06:00
//@compile-flags: -Zdeduplicate-diagnostics=yes
Renamed: Cyclomatic Complexity -> Cognitive Complexity * Ran automatic naming update * Formalized rename of `cyclomatic_complexity` to `cognitive_complexity` ** Added the rename to `lib.rs` ** Added rename test * Added warning for deprecated key `cyclomatic_complexity_threshold` and tests for it * Added deprecation status for Clippy's builtin attribute * Updated tests for new builtin attribute renaming
2019-02-22 19:19:50 -06:00
#[
clippy::cyclomatic_complexity =
"
1
"
]
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink