Update 2025-06-17

This commit is contained in:
2025-06-17 17:09:27 +03:00
parent 30c2c87596
commit 63d5cde0fd
6 changed files with 60 additions and 23 deletions

View File

@@ -34,6 +34,14 @@ return {
discriminantHints = { enable = "always" },
rangeExclusiveHints = { enable = true },
},
procMacro = {
ignored = {
leptos_macro = {
"component",
"server",
},
},
},
},
},
},