Skip to content

Commit 1be84ce

Browse files
authored
Update process.rs
1 parent 5a7e9ad commit 1be84ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ pub fn exit(code: i32) -> ! {
10591059
///
10601060
/// # Examples
10611061
///
1062-
/// ```
1062+
/// ```no_run
10631063
/// use std::process;
10641064
///
10651065
/// fn main() {

0 commit comments

Comments
 (0)