1
Fork 0

Update process.rs

This commit is contained in:
raph 2017-03-30 09:55:44 +02:00 committed by GitHub
parent 5a7e9ad64a
commit 1be84cee75

View file

@ -1059,7 +1059,7 @@ pub fn exit(code: i32) -> ! {
///
/// # Examples
///
/// ```
/// ```no_run
/// use std::process;
///
/// fn main() {