Removed @self and @Trait.
This commit is contained in:
@@ -435,7 +435,6 @@ impl<'a> fmt::Show for Method<'a> {
|
||||
clean::SelfStatic => {},
|
||||
clean::SelfValue => args.push_str("self"),
|
||||
clean::SelfOwned => args.push_str("~self"),
|
||||
clean::SelfManaged => args.push_str("@self"),
|
||||
clean::SelfBorrowed(Some(ref lt), clean::Immutable) => {
|
||||
args.push_str(format!("&{} self", *lt));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user