Removed @self and @Trait.
This commit is contained in:
@@ -306,7 +306,7 @@ pub trait Folder {
|
||||
|
||||
fn fold_explicit_self_(&mut self, es: &ExplicitSelf_) -> ExplicitSelf_ {
|
||||
match *es {
|
||||
SelfStatic | SelfValue | SelfUniq | SelfBox => *es,
|
||||
SelfStatic | SelfValue | SelfUniq => *es,
|
||||
SelfRegion(ref lifetime, m) => {
|
||||
SelfRegion(fold_opt_lifetime(lifetime, self), m)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user