Skip to content

Commit e0ce35f

Browse files
authored
Merge pull request #171 from the-mikedavis/pipe-codefence-fix
minor: Close codeblock in `low_lewel::pipe` docs
2 parents 61e2cf6 + a3e5722 commit e0ce35f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/low_level/pipe.rs

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
//! println!("Happily terminating");
7474
//! Ok(())
7575
//! }
76+
//! ```
7677
7778
use std::io::{Error, ErrorKind};
7879
use std::os::unix::io::{AsRawFd, IntoRawFd, RawFd};

0 commit comments

Comments
 (0)