librustc: Remove @str from the language
This commit is contained in:
committed by
Huon Wilson
parent
449a7a817f
commit
c594e675eb
@@ -3477,7 +3477,6 @@ mod tests {
|
||||
let e = $e;
|
||||
assert_eq!(s1 + s2, e.to_owned());
|
||||
assert_eq!(s1.to_owned() + s2, e.to_owned());
|
||||
assert_eq!(s1.to_managed() + s2, e.to_owned());
|
||||
} }
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user