mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Missed a FIXME.
This commit is contained in:
parent
6a3956cedd
commit
1f2f708a05
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ impl BoxedMutDebugMethods for RenderBox {
|
|||
&ImageBox(*) => ~"ImageBox",
|
||||
&TextBox(_,d) => fmt!("TextBox(text=%s)", str::substr(d.run.text, d.range.begin(), d.range.length())),
|
||||
&UnscannedTextBox(_, ref s) => {
|
||||
let s = s;
|
||||
let s = s; // FIXME: borrow checker workaround
|
||||
fmt!("UnscannedTextBox(%s)", *s)
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue