fix: remove procMacro ignored

This commit is contained in:
yuusheng 2025-05-24 09:16:30 +08:00
parent 25abbf546d
commit f4d720bc19

View file

@ -86,11 +86,6 @@ return {
}, },
procMacro = { procMacro = {
enable = true, enable = true,
ignored = {
["async-trait"] = { "async_trait" },
["napi-derive"] = { "napi" },
["async-recursion"] = { "async_recursion" },
},
}, },
files = { files = {
excludeDirs = { excludeDirs = {