Skip to content

Commit f83f5b1

Browse files
committed
rustfmt
1 parent 857fb7e commit f83f5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cstr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
/// ```rust,no_run
1313
/// # #[cfg(feature = "fs")]
1414
/// # fn main() -> rustix::io::Result<()> {
15-
/// use rustix::fs::{cwd, statat, AtFlags};
1615
/// use rustix::cstr;
16+
/// use rustix::fs::{cwd, statat, AtFlags};
1717
///
1818
/// let metadata = statat(cwd(), cstr!("test.txt"), AtFlags::empty())?;
1919
/// # Ok(())

0 commit comments

Comments
 (0)