We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43204ff commit ab4c492Copy full SHA for ab4c492
src/doc/reference.md
@@ -2283,7 +2283,7 @@ the `PartialEq` or `Clone` constraints for the appropriate `impl`:
2283
#[derive(PartialEq, Clone)]
2284
struct Foo<T> {
2285
a: i32,
2286
- b: T
+ b: T,
2287
}
2288
```
2289
@@ -3896,7 +3896,7 @@ Coercion is allowed between the following types:
3896
use std::ops::Deref;
3897
3898
struct CharContainer {
3899
- value: char
+ value: char,
3900
3901
3902
impl Deref for CharContainer {
0 commit comments