Inline the Data struct in docs.

This commit is contained in:
Sergio Benitez 2016-10-25 13:27:16 +02:00
parent 6a8d64f69b
commit 1849365eda
1 changed files with 1 additions and 1 deletions

View File

@ -130,9 +130,9 @@ pub mod handler {
#[doc(inline)] pub use logger::LoggingLevel;
#[doc(hidden)] pub use codegen::{StaticRouteInfo, StaticCatchInfo};
#[doc(inline)] pub use outcome::{Outcome, IntoOutcome};
#[doc(inline)] pub use data::Data;
pub use router::Route;
pub use request::Request;
pub use data::Data;
pub use error::Error;
pub use catcher::Catcher;
pub use rocket::Rocket;