mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.
This commit is contained in:
parent
b8900782b0
commit
466faac2a5
223 changed files with 4414 additions and 4105 deletions
|
@ -9,7 +9,7 @@
|
|||
use block::BlockFlow;
|
||||
use construct::FlowConstructor;
|
||||
use context::LayoutContext;
|
||||
use flow::{TableCaptionFlowClass, FlowClass, Flow};
|
||||
use flow::{FlowClass, Flow};
|
||||
use fragment::FragmentBoundsIterator;
|
||||
use wrapper::ThreadSafeLayoutNode;
|
||||
|
||||
|
@ -35,7 +35,7 @@ impl TableCaptionFlow {
|
|||
|
||||
impl Flow for TableCaptionFlow {
|
||||
fn class(&self) -> FlowClass {
|
||||
TableCaptionFlowClass
|
||||
FlowClass::TableCaption
|
||||
}
|
||||
|
||||
fn as_table_caption<'a>(&'a mut self) -> &'a mut TableCaptionFlow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue