]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/renamed_builtin_attr.rs
Rollup merge of #101229 - mgeisler:link-try-operator, r=thomcc
[rust.git] / src / tools / clippy / tests / ui / renamed_builtin_attr.rs
1 // run-rustfix
2
3 #[clippy::cyclomatic_complexity = "1"]
4 fn main() {}