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