Skip to content

Commit d4637f9

Browse files
committed
The title is not a question
1 parent 98e5a3c commit d4637f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

const-generic-const-fn-bounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ struct Bar(Foo);
117117
impl const Drop for Foo { fn drop(&mut self) {} } // not allowed
118118
```
119119

120-
## Runtime uses don't have `const` restrictions?
120+
## Runtime uses don't have `const` restrictions
121121

122122
`impl const` blocks additionally generate impls that are not const if any generic
123123
parameters are not const.

0 commit comments

Comments
 (0)