diff options
| -rw-r--r-- | embassy/src/util/drop_bomb.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy/src/util/drop_bomb.rs b/embassy/src/util/drop_bomb.rs index 6638a09cc..388209a23 100644 --- a/embassy/src/util/drop_bomb.rs +++ b/embassy/src/util/drop_bomb.rs | |||
| @@ -16,7 +16,7 @@ impl DropBomb { | |||
| 16 | Self { _private: () } | 16 | Self { _private: () } |
| 17 | } | 17 | } |
| 18 | 18 | ||
| 19 | // Diffuses the bomb, rendering it safe to drop. | 19 | /// Diffuses the bomb, rendering it safe to drop. |
| 20 | pub fn defuse(self) { | 20 | pub fn defuse(self) { |
| 21 | mem::forget(self) | 21 | mem::forget(self) |
| 22 | } | 22 | } |
