Skip to content

Commit c108e1c

Browse files
obi1kenobifmease
authored andcommitted
Fix CHANGELOG typo: is_object_same -> is_object_safe
1 parent a8ab424 commit c108e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# [v0.32.0](https://github.com/aDotInTheVoid/rustdoc-types/releases/tag/v0.32.0) - 2024-10-17
33

44

5-
**Breaking Change**: Rename `Trait::is_object_same` to `is_dyn_compatible`. This is a part of a [language wide rename](https://github.com/rust-lang/rust/issues/130852) to [make the term explain its meaning](https://internals.rust-lang.org/t/object-safety-is-a-terrible-term/21025) ([rust#131595](https://github.com/rust-lang/rust/pull/131595)).
5+
**Breaking Change**: Rename `Trait::is_object_safe` to `is_dyn_compatible`. This is a part of a [language wide rename](https://github.com/rust-lang/rust/issues/130852) to [make the term explain its meaning](https://internals.rust-lang.org/t/object-safety-is-a-terrible-term/21025) ([rust#131595](https://github.com/rust-lang/rust/pull/131595)).
66

77
- Format Version: 36
88
- Upstream Commit: [`2e6f3bd1d32455e535de1d9ee154253c333aec73`](https://github.com/rust-lang/rust/commit/2e6f3bd1d32455e535de1d9ee154253c333aec73)

0 commit comments

Comments
 (0)