chore: update toolchain to 2025-05-19 (#6124)

* chore: update toolchain to 2025-05-19

* chore: update nix sha

* chore: rebase main and fix
This commit is contained in:
shuiyisong
2025-05-20 12:29:40 +08:00
committed by GitHub
parent 8d36ffb4e1
commit b2377d4b87
13 changed files with 23 additions and 23 deletions

View File

@@ -79,6 +79,7 @@ clippy.implicit_clone = "warn"
clippy.result_large_err = "allow"
clippy.large_enum_variant = "allow"
clippy.doc_overindented_list_items = "allow"
clippy.uninlined_format_args = "allow"
rust.unknown_lints = "deny"
rust.unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] }