Move attributes after doc comment
This commit is contained in:
parent
c40735c3e8
commit
b72bb25496
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user