]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/renamed_builtin_attr.fixed
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / src / tools / clippy / tests / ui / renamed_builtin_attr.fixed
1 // run-rustfix
2
3 #[clippy::cognitive_complexity = "1"]
4 fn main() {}