check_consts: make ops module private
This commit is contained in:
parent
8d67f576b5
commit
76cb95ef4d
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ use std::fmt;
|
|||
|
||||
pub use self::qualifs::Qualif;
|
||||
|
||||
pub mod ops;
|
||||
mod ops;
|
||||
pub mod qualifs;
|
||||
mod resolver;
|
||||
pub mod validation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue