remove usingnamespace from the language

closes #20663
This commit is contained in:
Andrew Kelley
2025-07-07 13:36:03 -07:00
parent aa52bb8327
commit 34f64432b0
43 changed files with 29 additions and 910 deletions

View File

@@ -86,7 +86,6 @@ zig_keywords = {
'try',
'union',
'unreachable',
'usingnamespace',
'var',
'volatile',
'while',