@zigc/lib 0.17.0-dev.313 → 0.17.0-dev.315
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/c/unistd.zig +1 -0
- package/package.json +1 -1
- package/std/Io/Dir.zig +0 -3
package/c/unistd.zig
CHANGED
package/package.json
CHANGED
package/std/Io/Dir.zig
CHANGED
|
@@ -1124,9 +1124,6 @@ pub const RenamePreserveError = error{
|
|
|
1124
1124
|
///
|
|
1125
1125
|
/// If `new_sub_path` already exists, `error.PathAlreadyExists` will be returned.
|
|
1126
1126
|
///
|
|
1127
|
-
/// Renaming a file over an existing directory or a directory over an existing
|
|
1128
|
-
/// file will fail with `error.IsDir` or `error.NotDir`
|
|
1129
|
-
///
|
|
1130
1127
|
/// * On Windows, both paths should be encoded as [WTF-8](https://wtf-8.codeberg.page/).
|
|
1131
1128
|
/// * On WASI, both paths should be encoded as valid UTF-8.
|
|
1132
1129
|
/// * On other platforms, both paths are an opaque sequence of bytes with no particular encoding.
|