diff options
author | Maciej Skrzypkowski <m.skrzypkows@samsung.com> | 2016-01-13 13:36:28 +0100 |
---|---|---|
committer | Maciej Skrzypkowski <m.skrzypkows@samsung.com> | 2016-01-13 13:36:28 +0100 |
commit | e52c53a7f25bf4bd47c226b4a59d24d96094ca49 (patch) | |
tree | 2022b0962cc2860d95fec4be729014d3e4f6afe3 /components/msg/lib.rs | |
parent | 9c8382cbde73a2d5f57c4a8a65d4ae55c03fd990 (diff) | |
download | servo-e52c53a7f25bf4bd47c226b4a59d24d96094ca49.tar.gz servo-e52c53a7f25bf4bd47c226b4a59d24d96094ca49.zip |
Move FrameTreeId type to gfx_traits #9221
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs index 13a50e6a962..3b5c99b8f3c 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -16,6 +16,5 @@ extern crate serde; extern crate url; extern crate util; -pub mod compositor_msg; pub mod constellation_msg; pub mod webdriver_msg; |