diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2014-09-15 12:39:18 -0700 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2014-09-16 07:12:01 -0700 |
commit | 1ae3bda172939a3f142f89e63eaa5758ba563935 (patch) | |
tree | 03f1f962c6a64d4e1c125f9536ea09cd8a8a418b /components/script/lib.rs | |
parent | 7a5f15f13723a6c510ed05ad7875eb10b290dea2 (diff) | |
download | servo-1ae3bda172939a3f142f89e63eaa5758ba563935.tar.gz servo-1ae3bda172939a3f142f89e63eaa5758ba563935.zip |
Move link rel=stylesheet fetching to layout task
Fixes #3346.
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 275051435bd..c153e90bebb 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -199,7 +199,6 @@ pub mod dom { /// Parsers for HTML and CSS. pub mod html { - pub mod cssparse; pub mod hubbub_html_parser; } |