Skip to content

Commit 9903c19

Browse files
committed
Fix markdown indentation.
Clippy gets upset about this now.
1 parent 041f68f commit 9903c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub struct Api {
9595
///
9696
/// * You cannot rename a file if it is currently open.
9797
/// * You cannot rename a file where the `old_path` and the `new_path` are
98-
/// not on the same drive.
98+
/// not on the same drive.
9999
/// * Paths must confirm to the rules for the filesystem for the given drive.
100100
pub rename: extern "C" fn(old_path: FfiString, new_path: FfiString) -> Result<()>,
101101
/// Perform a special I/O control operation.

0 commit comments

Comments
 (0)