about summary refs log tree commit diff
path: root/src/rt/rust_shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_shape.cpp')
-rw-r--r--src/rt/rust_shape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp
index daa649cc621..cb50ecba126 100644
--- a/src/rt/rust_shape.cpp
+++ b/src/rt/rust_shape.cpp
@@ -178,7 +178,7 @@ public:
 };
 
 inline ptr_pair
-align_to(const ptr_pair const &pair, size_t n) {
+align_to(const ptr_pair &pair, size_t n) {
     return ptr_pair::make(align_to(pair.fst, n), align_to(pair.snd, n));
 }