Skip to content

Commit 70cd4e3

Browse files
committed
Remove link to RFC 255
Generally the reference should not be keeping track of the historical evolution of features.
1 parent a5a097f commit 70cd4e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/items/traits.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ A dyn-compatible trait can be the base trait of a [trait object]. A trait is
9494
* Have a `where Self: Sized` bound (receiver type of `Self` (i.e. `self`) implies this).
9595

9696
> **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.
9897
9998
```rust
10099
# use std::rc::Rc;
@@ -334,7 +333,6 @@ fn main() {
334333
[_WhereClause_]: generics.md#where-clauses
335334
[bounds]: ../trait-bounds.md
336335
[trait object]: ../types/trait-object.md
337-
[RFC 255]: https://github.com/rust-lang/rfcs/blob/master/text/0255-object-safety.md
338336
[associated items]: associated-items.md
339337
[method]: associated-items.md#methods
340338
[supertraits]: #supertraits

0 commit comments

Comments
 (0)