diff options
Diffstat (limited to 'src/components/main/layout/flow.rs')
-rw-r--r-- | src/components/main/layout/flow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/main/layout/flow.rs b/src/components/main/layout/flow.rs index 23d7e1ea219..f734fe24058 100644 --- a/src/components/main/layout/flow.rs +++ b/src/components/main/layout/flow.rs @@ -272,7 +272,7 @@ pub trait Flow { /// Returns a debugging string describing this flow. fn debug_str(&self) -> ~str { - ~"???" + "???".to_owned() } } |