We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ea189 commit 32f454eCopy full SHA for 32f454e
1 file changed
src/lib.rs
@@ -160,7 +160,6 @@ pub enum BoundSide {
160
}
161
162
/// A trait implemented by phantom types indicating the type of the bound
163
-#[doc(hidden)]
164
pub trait BoundSided {
165
/// Returns the bound side this type corresponds to
166
fn side() -> BoundSide;
0 commit comments