mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
chore: Rust 1.85.1 (#29412)
This commit is contained in:
parent
db29c601dd
commit
ff078dcfab
2 changed files with 1 additions and 8 deletions
|
@ -1,3 +1,3 @@
|
|||
[toolchain]
|
||||
channel = "1.85.0"
|
||||
channel = "1.85.1"
|
||||
components = ["rustfmt", "clippy"]
|
||||
|
|
|
@ -252,13 +252,6 @@ Deno.test(
|
|||
Error,
|
||||
"The directory is not empty",
|
||||
);
|
||||
assertThrows(
|
||||
() => {
|
||||
Deno.renameSync(olddir, file);
|
||||
},
|
||||
Error,
|
||||
"The directory name is invalid",
|
||||
);
|
||||
|
||||
// should succeed on Windows
|
||||
Deno.renameSync(olddir, emptydir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue