Skip to content

Commit 2b395cd

Browse files
authored
docs: make event and time inline (#688)
1 parent da5ea28 commit 2b395cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compio/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ pub use compio_tls as tls;
7070
#[doc(inline)]
7171
pub use compio_ws as ws;
7272
#[cfg(feature = "event")]
73-
#[doc(no_inline)]
73+
#[doc(inline)]
7474
pub use runtime::event;
7575
#[cfg(feature = "time")]
76-
#[doc(no_inline)]
76+
#[doc(inline)]
7777
pub use runtime::time;
7878
#[cfg(feature = "native-tls")]
7979
pub use tls::native_tls;

0 commit comments

Comments
 (0)