diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-06-16 09:29:20 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-06-20 19:08:09 +0200 |
commit | 0c506cf1df22148a0688b679f27ed85d62d6486d (patch) | |
tree | faecb57359117a68841c95fbbe434d49beb70cd8 /components/layout/lib.rs | |
parent | 7bbabf27669463563d6743458bf248c2611d621e (diff) | |
download | servo-0c506cf1df22148a0688b679f27ed85d62d6486d.tar.gz servo-0c506cf1df22148a0688b679f27ed85d62d6486d.zip |
Remove the wrapper::ServoThreadSafeLayoutNode re-export.
Diffstat (limited to 'components/layout/lib.rs')
-rw-r--r-- | components/layout/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/lib.rs b/components/layout/lib.rs index 62da36cff87..d1eb3cf41ba 100644 --- a/components/layout/lib.rs +++ b/components/layout/lib.rs @@ -103,4 +103,3 @@ mod wrapper; // For unit tests: pub use fragment::Fragment; -pub use wrapper::ServoThreadSafeLayoutNode; |