Skip to content

Commit 7e6071c

Browse files
authored
Another "object safety" breadcrumb
Some readers my not have heard of the renaming
1 parent 913ad06 commit 7e6071c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/items/traits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ trait Seq<T> {
8080
<a id="object-safety"></a>
8181
r[items.traits.dyn-compatible]
8282
## Dyn compatibility
83+
(Formerly known as *object safety*.)
8384

8485
r[items.traits.dyn-compatible.intro]
8586
A dyn-compatible trait can be the base trait of a [trait object]. A trait is

0 commit comments

Comments
 (0)