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 a5a097f commit 70cd4e3Copy full SHA for 70cd4e3
1 file changed
src/items/traits.md
@@ -94,7 +94,6 @@ A dyn-compatible trait can be the base trait of a [trait object]. A trait is
94
* Have a `where Self: Sized` bound (receiver type of `Self` (i.e. `self`) implies this).
95
96
> **Note**: This concept was formerly known as *object safety*.
97
-> The original set of rules were defined in [RFC 255] and have since been extended.
98
99
```rust
100
# use std::rc::Rc;
@@ -334,7 +333,6 @@ fn main() {
334
333
[_WhereClause_]: generics.md#where-clauses
335
[bounds]: ../trait-bounds.md
336
[trait object]: ../types/trait-object.md
337
-[RFC 255]: https://github.com/rust-lang/rfcs/blob/master/text/0255-object-safety.md
338
[associated items]: associated-items.md
339
[method]: associated-items.md#methods
340
[supertraits]: #supertraits
0 commit comments