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