Skip to content

Commit 9d7d3ab

Browse files
committed
fmt
1 parent feb004b commit 9d7d3ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ mod ranger;
6666

6767
#[cfg(feature = "net")]
6868
#[cfg_attr(iroh_docsrs, doc(cfg(feature = "net")))]
69-
pub use self::ticket::DocTicket;
70-
pub use self::{heads::*, keys::*, sync::*};
69+
#[doc(inline)]
70+
pub use net::ALPN;
7171

7272
#[cfg(feature = "net")]
7373
#[cfg_attr(iroh_docsrs, doc(cfg(feature = "net")))]
74-
#[doc(inline)]
75-
pub use net::ALPN;
74+
pub use self::ticket::DocTicket;
75+
pub use self::{heads::*, keys::*, sync::*};

0 commit comments

Comments
 (0)