Skip to content

Commit

Permalink
revert vrl compiler changes
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Zhuk <vladimir.zhuk@datadoghq.com>
  • Loading branch information
vladimir-dd committed Jun 16, 2021
1 parent 1ed0232 commit cde0bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vrl/compiler/src/lib.rs
Expand Up @@ -48,6 +48,6 @@ pub fn compile_with_state(

/// re-export of commonly used parser types.
pub(crate) mod parser {
pub use ::parser::ast::{self, AssignmentOp, AssignmentTarget, Ident, Node};
pub use ::parser::ast::{self, Ident, Node};
pub use ::parser::Program;
}

0 comments on commit cde0bf8

Please sign in to comment.