We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e13e8 commit 25cc001Copy full SHA for 25cc001
src/libcore/ops.rs
@@ -94,7 +94,7 @@ use fmt;
94
#[lang = "drop"]
95
#[stable(feature = "rust1", since = "1.0.0")]
96
pub trait Drop {
97
- /// The `drop` method, called when the value goes out of scope.
+ /// A method called when the value goes out of scope.
98
99
fn drop(&mut self);
100
}
0 commit comments