diff options
Diffstat (limited to 'src/ops.rs')
-rw-r--r-- | src/ops.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ops.rs b/src/ops.rs index aa662cb16..d3d214021 100644 --- a/src/ops.rs +++ b/src/ops.rs @@ -968,7 +968,7 @@ fn op_symlink( if cfg!(windows) { return odd_future(errors::new( ErrorKind::Other, - "symlink for windows is not yet implemented".to_string(), + "Not implemented".to_string(), )); } |