librustc_back: remove unnecessary to_string() calls
This commit is contained in:
parent
8379d72293
commit
71d8d578c6
1 changed files with 2 additions and 2 deletions
|
|
@ -145,8 +145,8 @@ mod test {
|
|||
"path2".to_string()
|
||||
]);
|
||||
assert_eq!(flags,
|
||||
vec!("-Wl,-rpath,path1".to_string(),
|
||||
"-Wl,-rpath,path2".to_string()));
|
||||
["-Wl,-rpath,path1",
|
||||
"-Wl,-rpath,path2"]);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue