diff options
author | Pyfisch <pyfisch@gmail.com> | 2018-08-24 15:44:25 +0200 |
---|---|---|
committer | Pyfisch <pyfisch@gmail.com> | 2018-09-01 13:24:57 +0200 |
commit | 349047b096fc8d121bc1a5be1ab74eabe648285b (patch) | |
tree | a18c07097a9935a54c8c2f5c5a317a8479bc1dcf /components/layout/data.rs | |
parent | 577830de909dd692f2d178d139984f45bbf929c3 (diff) | |
download | servo-349047b096fc8d121bc1a5be1ab74eabe648285b.tar.gz servo-349047b096fc8d121bc1a5be1ab74eabe648285b.zip |
Rustfmt layout crate
Diffstat (limited to 'components/layout/data.rs')
-rw-r--r-- | components/layout/data.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/data.rs b/components/layout/data.rs index 20ff5ef2b71..2df8ea6432b 100644 --- a/components/layout/data.rs +++ b/components/layout/data.rs @@ -24,7 +24,6 @@ impl StyleAndLayoutData { } } - /// Data that layout associates with a node. #[repr(C)] pub struct LayoutData { |