remove sty_by_ref, though traces still remain due to dtors
This commit is contained in:
@@ -1003,7 +1003,6 @@ impl to_bytes::IterBytes for ret_style {
|
||||
#[deriving(Eq)]
|
||||
pub enum self_ty_ {
|
||||
sty_static, // no self
|
||||
sty_by_ref, // ``
|
||||
sty_value, // `self`
|
||||
sty_region(Option<@Lifetime>, mutability), // `&'lt self`
|
||||
sty_box(mutability), // `@self`
|
||||
|
||||
Reference in New Issue
Block a user