summary refs log tree commit diff
path: root/src/libcore/ptr.rs
diff options
context:
space:
mode:
authorHavvy <ryan.havvy@gmail.com>2017-09-28 01:30:25 -0700
committerHavvy <ryan.havvy@gmail.com>2017-09-28 01:30:25 -0700
commit20fc2153239ef0dd2eeb23a8ee30d0c9843000b3 (patch)
tree5c9b1b3e92ef3418dfee7e13b6e8907d47669f23 /src/libcore/ptr.rs
parent9cb90f4e23ffc225da8fc1a26df01621641b6138 (diff)
downloadrust-20fc2153239ef0dd2eeb23a8ee30d0c9843000b3.tar.gz
rust-20fc2153239ef0dd2eeb23a8ee30d0c9843000b3.zip
Normalize spaces in lang attributes.
Diffstat (limited to 'src/libcore/ptr.rs')
-rw-r--r--src/libcore/ptr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/ptr.rs b/src/libcore/ptr.rs
index 4041a3760e5..34d31044653 100644
--- a/src/libcore/ptr.rs
+++ b/src/libcore/ptr.rs
@@ -56,7 +56,7 @@ pub use intrinsics::write_bytes;
 /// This has all the same safety problems as `ptr::read` with respect to
 /// invalid pointers, types, and double drops.
 #[stable(feature = "drop_in_place", since = "1.8.0")]
-#[lang="drop_in_place"]
+#[lang = "drop_in_place"]
 #[allow(unconditional_recursion)]
 pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) {
     // Code here does not matter - this is replaced by the