feat: 0517 update

This commit is contained in:
2025-05-17 23:15:16 +08:00
parent 3a12722913
commit dea4d8ed4c
33 changed files with 85 additions and 127 deletions

View File

@@ -1,4 +1,3 @@
_:
{
imports = [
./all.nix

View File

@@ -37,7 +37,7 @@ local extra_config = {
settings = {
rust_analyzer = {
check = {
command = "cargo clippy"
command = "clippy"
},
diagnostics = {
experimental = true,