Rollup merge of #28474 - tshepang:repetition, r=steveklabnik
It's clear it's the one being documented
This commit is contained in:
commit
5faff5dbde
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ use fmt;
|
||||||
#[lang = "drop"]
|
#[lang = "drop"]
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
pub trait Drop {
|
pub trait Drop {
|
||||||
/// The `drop` method, called when the value goes out of scope.
|
/// A method called when the value goes out of scope.
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
fn drop(&mut self);
|
fn drop(&mut self);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue