index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rustdoc
/
main.rs
blob: b81f46d1211cea2b7cc9fdf611bc102cd78c8356 (
plain
)
1
2
3
4
5
6
#![feature(unix_sigpipe)]
#[unix_sigpipe =
"sig_dfl"
]
fn
main
()
{
rustdoc
::
main
()
}