Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
tools
/
clippy
/
tests
/
ui-internal
/
auxiliary
/
paths.rs
blob: 52fcaec4df32e2e92d3ffbaf5d756d1e5640f112 [
file
] [
log
] [
blame
]
pub
static
OPTION
:
[&
str
;
3
]
=
[
"core"
,
"option"
,
"Option"
];
pub
const
RESULT
:
&[&
str
]
=
&[
"core"
,
"result"
,
"Result"
];