Add HighlightTag::Operator, use it for unsafe deref. Move unsafe validation to its own file

This commit is contained in:
Paul Daniel Faria
2020-05-28 09:30:19 -04:00
parent 6c1682396c
commit f678e0d837
11 changed files with 81 additions and 58 deletions

View File

@@ -37,6 +37,7 @@ pub(crate) mod utils;
pub mod db;
pub mod diagnostics;
pub mod expr;
pub mod unsafe_validation;
#[cfg(test)]
mod tests;