Removing the rename warning

Now that the finalize->drop rename has happened, this hopefully
shouldn't end up changing again.
This commit is contained in:
Steven Fackler 2013-06-30 20:18:34 -04:00 committed by Steven Fackler
parent 863e75f0a1
commit c63b3f8e28

View File

@ -2882,8 +2882,6 @@ The kinds are:
before any of the values it owns run their destructors. Only `Send` types
that do not implement `Copy` can implement `Drop`.
> **Note:** The `drop` method may be renamed in future versions of Rust.
_Default_
: Types with destructors, closure environments,
and various other _non-first-class_ types,