File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ A dyn-compatible trait can be the base trait of a [trait object]. A trait is
94
94
* Have a ` where Self: Sized ` bound (receiver type of ` Self ` (i.e. ` self ` ) implies this).
95
95
96
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
97
99
98
``` rust
100
99
# use std :: rc :: Rc ;
@@ -334,7 +333,6 @@ fn main() {
334
333
[ _WhereClause_ ] : generics.md#where-clauses
335
334
[ bounds ] : ../trait-bounds.md
336
335
[ trait object ] : ../types/trait-object.md
337
- [ RFC 255 ] : https://github.com/rust-lang/rfcs/blob/master/text/0255-object-safety.md
338
336
[ associated items ] : associated-items.md
339
337
[ method ] : associated-items.md#methods
340
338
[ supertraits ] : #supertraits
You can’t perform that action at this time.
0 commit comments