mirror of
https://github.com/servo/servo.git
synced 2025-10-05 11:09:22 +01:00
Stop passing owned strings to fail!().
The ~"string" expression is being removed in upstream rust.
This commit is contained in:
parent
a6f235e285
commit
86df4c1fc1
11 changed files with 19 additions and 19 deletions
|
@ -324,7 +324,7 @@ impl Page {
|
|||
|
||||
debug!("script: layout joined")
|
||||
}
|
||||
None => fail!(~"reader forked but no join port?"),
|
||||
None => fail!("reader forked but no join port?"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue