mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
servo: to_string() -> into_string()
This commit is contained in:
parent
c7dfb1d24b
commit
e0b88a9ca2
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ android_start!(main)
|
||||||
#[cfg(target_os="android")]
|
#[cfg(target_os="android")]
|
||||||
fn get_args() -> Vec<String> {
|
fn get_args() -> Vec<String> {
|
||||||
vec![
|
vec![
|
||||||
"servo".to_string(),
|
"servo".into_string(),
|
||||||
"http://en.wikipedia.org/wiki/Rust".to_string()
|
"http://en.wikipedia.org/wiki/Rust".into_string()
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue