Skip to content

Commit

Permalink
Remove link to RFC 255
Browse files Browse the repository at this point in the history
Generally the reference should not be keeping track of the historical
evolution of features.
  • Loading branch information
ehuss committed Oct 30, 2024
1 parent a5a097f commit 70cd4e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/items/traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ A dyn-compatible trait can be the base trait of a [trait object]. A trait is
* Have a `where Self: Sized` bound (receiver type of `Self` (i.e. `self`) implies this).

> **Note**: This concept was formerly known as *object safety*.
> The original set of rules were defined in [RFC 255] and have since been extended.
```rust
# use std::rc::Rc;
Expand Down Expand Up @@ -334,7 +333,6 @@ fn main() {
[_WhereClause_]: generics.md#where-clauses
[bounds]: ../trait-bounds.md
[trait object]: ../types/trait-object.md
[RFC 255]: https://github.com/rust-lang/rfcs/blob/master/text/0255-object-safety.md
[associated items]: associated-items.md
[method]: associated-items.md#methods
[supertraits]: #supertraits
Expand Down

0 comments on commit 70cd4e3

Please sign in to comment.