its ///
not //
.
This commit is contained in:
parent
18d3c803de
commit
ea650b684c
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user