diff options
Diffstat (limited to 'src/libcore/reflect.rs')
| -rw-r--r-- | src/libcore/reflect.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/reflect.rs b/src/libcore/reflect.rs index 55eb53bc026..81a36e1ae13 100644 --- a/src/libcore/reflect.rs +++ b/src/libcore/reflect.rs @@ -41,7 +41,7 @@ pub fn align(size: uint, align: uint) -> uint { } /// Adaptor to wrap around visitors implementing MovePtr. -pub struct MovePtrAdaptor<V: TyVisitor MovePtr> { +pub struct MovePtrAdaptor<V> { inner: V } pub fn MovePtrAdaptor<V: TyVisitor MovePtr>(v: V) -> MovePtrAdaptor<V> { |
