diff options
Diffstat (limited to 'src/libstd/cleanup.rs')
| -rw-r--r-- | src/libstd/cleanup.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/cleanup.rs b/src/libstd/cleanup.rs index 7c972ed86b4..7b01a5c1b81 100644 --- a/src/libstd/cleanup.rs +++ b/src/libstd/cleanup.rs @@ -15,7 +15,7 @@ use ptr; use unstable::intrinsics::TyDesc; use unstable::raw; -type DropGlue<'self> = 'self |**TyDesc, *c_void|; +type DropGlue<'a> = 'a |**TyDesc, *c_void|; /* * Box annihilation |
