X-Git-Url: http://nitlanguage.org diff --git a/src/parser/parser.nit b/src/parser/parser.nit index 113a2a3..cb93087 100644 --- a/src/parser/parser.nit +++ b/src/parser/parser.nit @@ -1,6 +1,6 @@ # Parser. # This file was generated by SableCC (http://www.sablecc.org/). -module parser +module parser is no_warning("missing-doc", "unread-variable") intrude import parser_prod intrude import parser_work