its /// not //.

This commit is contained in:
Joshua Salzedo 2021-03-24 13:31:08 -07:00
parent 18d3c803de
commit ea650b684c
No known key found for this signature in database
GPG Key ID: C3D0EB484493B731

View File

@ -16,7 +16,7 @@ impl DropBomb {
Self { _private: () }
}
// Diffuses the bomb, rendering it safe to drop.
/// Diffuses the bomb, rendering it safe to drop.
pub fn defuse(self) {
mem::forget(self)
}