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 8967c0b commit a5a097fCopy full SHA for a5a097f
src/items/traits.md
@@ -93,8 +93,8 @@ A dyn-compatible trait can be the base trait of a [trait object]. A trait is
93
* Explicitly non-dispatchable functions require:
94
* Have a `where Self: Sized` bound (receiver type of `Self` (i.e. `self`) implies this).
95
96
-This concept was formerly known as *object safety*.
97
-The original set of rules was defined in [RFC 255] and has since been extended.
+> **Note**: This concept was formerly known as *object safety*.
+> The original set of rules were defined in [RFC 255] and have since been extended.
98
99
```rust
100
# use std::rc::Rc;
0 commit comments