Skip to content

Commit 1b4715b

Browse files
committed
Fix Document Build Errors
1 parent 0711f21 commit 1b4715b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sys/wait.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
//!
88
//! ```rust
99
//! use nix::sys::wait::*;
10+
//! use nix::unistd::Pid;
11+
//!
1012
//! let pid = Pid::from_raw(17563);
1113
//! loop {
1214
//! match waitpid(PidGroup::ProcessGroupID(pid), WUNTRACED) {

0 commit comments

Comments
 (0)