Skip to content

Commit 032d17f

Browse files
GlenDCtobz
andauthored
ensure that re-exported symbols show feature label in root (#754)
Co-authored-by: Toby Lawrence <[email protected]>
1 parent 05a0a25 commit 032d17f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tower/src/lib.rs

+5
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,20 @@ pub mod layer;
202202

203203
#[cfg(feature = "util")]
204204
#[doc(inline)]
205+
#[cfg_attr(docsrs, doc(cfg(feature = "util")))]
205206
pub use self::util::{service_fn, ServiceExt};
206207

207208
#[doc(inline)]
208209
pub use crate::builder::ServiceBuilder;
210+
209211
#[cfg(feature = "make")]
210212
#[doc(inline)]
213+
#[cfg_attr(docsrs, doc(cfg(feature = "make")))]
211214
pub use crate::make::MakeService;
215+
212216
#[doc(inline)]
213217
pub use tower_layer::Layer;
218+
214219
#[doc(inline)]
215220
pub use tower_service::Service;
216221

0 commit comments

Comments
 (0)