]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/renamed_builtin_attr.stderr
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
[rust.git] / src / tools / clippy / tests / ui / renamed_builtin_attr.stderr
1 error: usage of deprecated attribute
2   --> $DIR/renamed_builtin_attr.rs:3:11
3    |
4 LL | #[clippy::cyclomatic_complexity = "1"]
5    |           ^^^^^^^^^^^^^^^^^^^^^ help: consider using: `cognitive_complexity`
6
7 error: aborting due to previous error
8