]> git.lizzy.rs Git - rust.git/commit
note that calling drop() explicitly is a compiler error
authorMatthew Piziak <matthew.piziak@gmail.com>
Tue, 16 Aug 2016 08:33:59 +0000 (04:33 -0400)
committerMatthew Piziak <matthew.piziak@gmail.com>
Thu, 18 Aug 2016 20:31:32 +0000 (16:31 -0400)
commita516dbb7d946fc26ed036ae4bd23f4c7abdff3a2
tree802cf57b98a73472d61208d6c856d4598c22c4e2
parentf65d96fe3fa3cfae2cfc88be40f7416a22c88bf2
note that calling drop() explicitly is a compiler error

Part of #29365

explain that std::mem::drop in prelude will invoke Drop

change "prelude" -> "the prelude"; change links to reference-style

move link references to links' section
src/libcore/ops.rs