We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857fb7e commit f83f5b1Copy full SHA for f83f5b1
src/cstr.rs
@@ -12,8 +12,8 @@
12
/// ```rust,no_run
13
/// # #[cfg(feature = "fs")]
14
/// # fn main() -> rustix::io::Result<()> {
15
-/// use rustix::fs::{cwd, statat, AtFlags};
16
/// use rustix::cstr;
+/// use rustix::fs::{cwd, statat, AtFlags};
17
///
18
/// let metadata = statat(cwd(), cstr!("test.txt"), AtFlags::empty())?;
19
/// # Ok(())
0 commit comments