Skip to content

Commit c63b3f8

Browse files
committed
Removing the rename warning
Now that the finalize->drop rename has happened, this hopefully shouldn't end up changing again.
1 parent 863e75f commit c63b3f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/rust.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2882,8 +2882,6 @@ The kinds are:
28822882
before any of the values it owns run their destructors. Only `Send` types
28832883
that do not implement `Copy` can implement `Drop`.
28842884

2885-
> **Note:** The `drop` method may be renamed in future versions of Rust.
2886-
28872885
_Default_
28882886
: Types with destructors, closure environments,
28892887
and various other _non-first-class_ types,

0 commit comments

Comments
 (0)