diff --git a/parser/src/lib.rs b/parser/src/lib.rs index 41a0b3e..a338390 100644 --- a/parser/src/lib.rs +++ b/parser/src/lib.rs @@ -2,6 +2,7 @@ // // For the full copyright and license information, please view the LICENSE // files that was distributed with this source code. +#![forbid(unsafe_code)] mod ast; mod diagnostics;