From 9903c19402d3eac880de3feb983449ab0a97a7a6 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Fri, 27 Dec 2024 17:36:46 +0000 Subject: [PATCH] Fix markdown indentation. Clippy gets upset about this now. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 3d712c5..29f1de8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -95,7 +95,7 @@ pub struct Api { /// /// * You cannot rename a file if it is currently open. /// * You cannot rename a file where the `old_path` and the `new_path` are - /// not on the same drive. + /// not on the same drive. /// * Paths must confirm to the rules for the filesystem for the given drive. pub rename: extern "C" fn(old_path: FfiString, new_path: FfiString) -> Result<()>, /// Perform a special I/O control operation.