]> git.lizzy.rs Git - rust.git/blob - tests/ui/unknown_attribute.rs
check for `.to_string().into_bytes()` in string_lit_to_bytes
[rust.git] / tests / ui / unknown_attribute.rs
1 #[clippy::unknown]
2 #[clippy::cognitive_complexity = "1"]
3 fn main() {}