Export ValueLocRange and DisplayFunctionAnnotations::default()

This commit is contained in:
bjorn3
2019-05-14 15:54:04 +02:00
committed by Benjamin Bouvier
parent a0ddbf403c
commit edd2bf12fd
3 changed files with 6 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ use std::collections::{hash_map, HashMap, HashSet};
pub use crate::context::Context;
pub use crate::legalizer::legalize_function;
pub use crate::value_label::ValueLabelsRanges;
pub use crate::value_label::{ValueLabelsRanges, ValueLocRange};
pub use crate::verifier::verify_function;
pub use crate::write::write_function;