rust-clippy/tests/ui-internal/auxiliary/paths.rs

2 lines
120 B
Rust

pub static OPTION: [&str; 3] = ["core", "option", "Option"];
pub const RESULT: &[&str] = &["core", "result", "Result"];