mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-18 09:03:18 +00:00
2 lines
120 B
Rust
2 lines
120 B
Rust
pub static OPTION: [&str; 3] = ["core", "option", "Option"];
|
|
pub const RESULT: &[&str] = &["core", "result", "Result"];
|