Move attributes after doc comment

This commit is contained in:
Jonas Platte 2020-02-08 20:01:08 +01:00
parent c40735c3e8
commit b72bb25496
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -208,10 +208,10 @@ pub use ruma_api_macros::ruma_api;
#[cfg(feature = "with-ruma-api-macros")]
pub use ruma_api_macros::Outgoing;
#[cfg(feature = "with-ruma-api-macros")]
#[doc(hidden)]
/// This module is used to support the generated code from ruma-api-macros.
/// It is not considered part of ruma-api's public API.
#[cfg(feature = "with-ruma-api-macros")]
#[doc(hidden)]
pub mod exports {
pub use http;
pub use percent_encoding;