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.
2 parents 7a5cd3c + 25cc001 commit 5faff5dCopy full SHA for 5faff5d
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