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 041f68f commit 9903c19Copy full SHA for 9903c19
src/lib.rs
@@ -95,7 +95,7 @@ pub struct Api {
95
///
96
/// * You cannot rename a file if it is currently open.
97
/// * You cannot rename a file where the `old_path` and the `new_path` are
98
- /// not on the same drive.
+ /// not on the same drive.
99
/// * Paths must confirm to the rules for the filesystem for the given drive.
100
pub rename: extern "C" fn(old_path: FfiString, new_path: FfiString) -> Result<()>,
101
/// Perform a special I/O control operation.
0 commit comments