We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb66a1f commit f0414a1Copy full SHA for f0414a1
1 file changed
src/lib.rs
@@ -166,7 +166,6 @@ pub enum BoundSide {
166
#[doc(hidden)]
167
pub trait BoundSided {
168
/// Returns the bound side this type corresponds to
169
- // param is a hack to get around lack of hints for self type
170
fn side() -> BoundSide;
171
}
172
0 commit comments