pub use ;
pub use ;
pub use SafetyChecker;
pub use Violation;
/// A list of `(line_number, violation)` pairs produced by a single SQL file.
///
/// The line number is 1-indexed and points to the first token of the statement
/// that triggered the violation.
pub type ViolationList = ;