factory_modes
-> modes
This commit is contained in:
parent
ab5892f238
commit
1c5a9a28b7
@ -7,10 +7,10 @@ mod context;
|
|||||||
mod dectx;
|
mod dectx;
|
||||||
mod demoted;
|
mod demoted;
|
||||||
mod diagnostic;
|
mod diagnostic;
|
||||||
mod factory_modes;
|
|
||||||
mod hashing;
|
mod hashing;
|
||||||
mod inctx;
|
mod inctx;
|
||||||
mod inlining;
|
mod inlining;
|
||||||
|
mod modes;
|
||||||
mod origin;
|
mod origin;
|
||||||
mod point;
|
mod point;
|
||||||
mod points;
|
mod points;
|
||||||
@ -29,12 +29,10 @@ pub use self::context::Context;
|
|||||||
use self::dectx::{DeCtx, DeCtxT};
|
use self::dectx::{DeCtx, DeCtxT};
|
||||||
pub use self::demoted::Demoted;
|
pub use self::demoted::Demoted;
|
||||||
pub use self::diagnostic::Diagnostic;
|
pub use self::diagnostic::Diagnostic;
|
||||||
pub use self::factory_modes::{
|
|
||||||
FactoryProxy, ModeFactory, RegularFactory, RegularFactoryMode, WithMode,
|
|
||||||
};
|
|
||||||
pub use self::hashing::{Hash, HASH_SIZE, HASH_ZEROS};
|
pub use self::hashing::{Hash, HASH_SIZE, HASH_ZEROS};
|
||||||
pub use self::inctx::InCtx;
|
pub use self::inctx::InCtx;
|
||||||
pub use self::inlining::{Inlining, InliningExt, InliningResultExt};
|
pub use self::inlining::{Inlining, InliningExt, InliningResultExt};
|
||||||
|
pub use self::modes::{FactoryProxy, ModeFactory, RegularFactory, RegularFactoryMode, WithMode};
|
||||||
pub use self::origin::{OFctr, Origin};
|
pub use self::origin::{OFctr, Origin};
|
||||||
pub use self::point::Point;
|
pub use self::point::Point;
|
||||||
pub use self::points::PointsVisitor;
|
pub use self::points::PointsVisitor;
|
||||||
|
Loading…
Reference in New Issue
Block a user