summaryrefslogtreecommitdiff
path: root/src/layout/par.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout/par.rs')
-rw-r--r--src/layout/par.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/layout/par.rs b/src/layout/par.rs
index 2a1ad941..3f971e12 100644
--- a/src/layout/par.rs
+++ b/src/layout/par.rs
@@ -95,7 +95,6 @@ impl<'a> ParLayouter<'a> {
while !self.areas.current.fits(frame.size) {
if self.areas.in_full_last() {
// TODO: Diagnose once the necessary spans exist.
- let _ = warning!("cannot fit frame into any area");
break;
} else {
self.finish_area();