diff options
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; } |