summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/command-line-lint-group-allow.rs
blob: 21c0df0288fa0020ed4c21d897fa7f5e3a6e268d (plain)
1
2
3
4
5
6
// compile-flags: -A bad-style
// check-pass

fn main() {
    let _InappropriateCamelCasing = true;
}