We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c6221 commit bc3c445Copy full SHA for bc3c445
library/core/src/mem/mod.rs
@@ -930,7 +930,7 @@ pub const fn replace<T>(dest: &mut T, src: T) -> T {
930
/// This function is not magic; it is literally defined as
931
///
932
/// ```
933
-/// pub fn drop<T>(_x: T) { }
+/// pub fn drop<T>(_x: T) {}
934
935
936
/// Because `_x` is moved into the function, it is automatically dropped before
0 commit comments