diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2013-10-24 15:48:00 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2013-11-01 13:32:03 +0000 |
commit | 23e3757db667d3d0a6d26592dfb82ec401d38c85 (patch) | |
tree | cbfa4322c5e980f6cece7b9a69c47e5a47d25626 /src/components/style/parsing_utils.rs | |
parent | ddce8b8fa0b09f1d56ce9684028e23f4974b2e5f (diff) | |
download | servo-23e3757db667d3d0a6d26592dfb82ec401d38c85.tar.gz servo-23e3757db667d3d0a6d26592dfb82ec401d38c85.zip |
Update rust-cssparser for visibility rules.
Diffstat (limited to 'src/components/style/parsing_utils.rs')
-rw-r--r-- | src/components/style/parsing_utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/style/parsing_utils.rs b/src/components/style/parsing_utils.rs index 062e4f5a6ae..18288240a04 100644 --- a/src/components/style/parsing_utils.rs +++ b/src/components/style/parsing_utils.rs @@ -4,7 +4,7 @@ use std::ascii::StrAsciiExt; -use cssparser::*; +use cssparser::ast::{ComponentValue, Ident, SkipWhitespaceIterable}; pub fn one_component_value<'a>(input: &'a [ComponentValue]) -> Option<&'a ComponentValue> { |