Sign in
android
/
toolchain
/
rustc
/
da60c8575e02ed54fcffcb7f2f9289b4705b60ff
/
.
/
src
/
test
/
run-pass
/
lint-cap.rs
blob: f03bb69189272b27ea3f344d242e5cb40f4f6743 [
file
] [
log
] [
blame
]
// compile-flags: --cap-lints allow
#![
deny
(
warnings
)]
use
std
::
option
;
fn
main
()
{}