Skip to content

Commit 32f454e

Browse files
committed
Stop hiding public trait docs
1 parent 66ea189 commit 32f454e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ pub enum BoundSide {
160160
}
161161

162162
/// A trait implemented by phantom types indicating the type of the bound
163-
#[doc(hidden)]
164163
pub trait BoundSided {
165164
/// Returns the bound side this type corresponds to
166165
fn side() -> BoundSide;

0 commit comments

Comments
 (0)