Sign in
android
/
toolchain
/
rustc
/
f7ad1c480b8dc4097ef67cd82ec1c5b706e10950
/
.
/
src
/
tools
/
rustdoc
/
main.rs
blob: b81f46d1211cea2b7cc9fdf611bc102cd78c8356 [
file
] [
log
] [
blame
]
#![
feature
(
unix_sigpipe
)]
#[
unix_sigpipe
=
"sig_dfl"
]
fn
main
()
{
rustdoc
::
main
()
}