diff options
author | Shing Lyu <shing.lyu@gmail.com> | 2016-10-12 11:47:04 +0800 |
---|---|---|
committer | Shing Lyu <shing.lyu@gmail.com> | 2016-11-07 15:54:07 +0800 |
commit | 8bea421329f584f8394bd9ffe874249d293b8249 (patch) | |
tree | ccb1f2e9e55c488b2a138e10321e51139ea64b97 /components/layout/flow_ref.rs | |
parent | f48b3fe2197a59b29bc711fb1b5496cbb97bd330 (diff) | |
download | servo-8bea421329f584f8394bd9ffe874249d293b8249.tar.gz servo-8bea421329f584f8394bd9ffe874249d293b8249.zip |
Migrated -Z trace-layout to serde_json
Diffstat (limited to 'components/layout/flow_ref.rs')
-rw-r--r-- | components/layout/flow_ref.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/flow_ref.rs b/components/layout/flow_ref.rs index 2906d6e3c1f..ea2c3ebf331 100644 --- a/components/layout/flow_ref.rs +++ b/components/layout/flow_ref.rs @@ -63,3 +63,4 @@ impl WeakFlowRef { self.0.upgrade().map(FlowRef) } } + |