aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/table/construct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout_2020/table/construct.rs')
-rw-r--r--components/layout_2020/table/construct.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_2020/table/construct.rs b/components/layout_2020/table/construct.rs
index 3dd0c01e977..bd183a2519d 100644
--- a/components/layout_2020/table/construct.rs
+++ b/components/layout_2020/table/construct.rs
@@ -679,7 +679,7 @@ where
)
},
Err(_replaced) => {
- panic!("We don't handle this yet.");
+ unreachable!("Replaced should not have a LayoutInternal display type.");
},
};