mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Remove uses of format!
in components/style/error_reporting.rs
This commit is contained in:
parent
f6d20e6461
commit
17aa04b712
4 changed files with 75 additions and 72 deletions
|
@ -31,7 +31,7 @@ impl ParseErrorReporter for CSSErrorReporter {
|
|||
url.as_str(),
|
||||
location.line,
|
||||
location.column,
|
||||
error.to_string())
|
||||
error)
|
||||
}
|
||||
|
||||
//TODO: report a real filename
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue