]> git.lizzy.rs Git - rust.git/blob - tests/ui/renamed_builtin_attr.stderr
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[rust.git] / 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