mirror of https://github.com/rwf2/Rocket.git
Don't reexport IntoOutcome trait.
This commit is contained in:
parent
81113ecf50
commit
fb67681adc
|
@ -129,7 +129,7 @@ pub mod handler {
|
||||||
#[doc(inline)] pub use handler::{Handler, ErrorHandler};
|
#[doc(inline)] pub use handler::{Handler, ErrorHandler};
|
||||||
#[doc(inline)] pub use logger::LoggingLevel;
|
#[doc(inline)] pub use logger::LoggingLevel;
|
||||||
#[doc(hidden)] pub use codegen::{StaticRouteInfo, StaticCatchInfo};
|
#[doc(hidden)] pub use codegen::{StaticRouteInfo, StaticCatchInfo};
|
||||||
#[doc(inline)] pub use outcome::{Outcome, IntoOutcome};
|
#[doc(inline)] pub use outcome::Outcome;
|
||||||
#[doc(inline)] pub use data::Data;
|
#[doc(inline)] pub use data::Data;
|
||||||
pub use router::Route;
|
pub use router::Route;
|
||||||
pub use request::Request;
|
pub use request::Request;
|
||||||
|
|
Loading…
Reference in New Issue