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/errors.rs | |
parent | ddce8b8fa0b09f1d56ce9684028e23f4974b2e5f (diff) | |
download | servo-23e3757db667d3d0a6d26592dfb82ec401d38c85.tar.gz servo-23e3757db667d3d0a6d26592dfb82ec401d38c85.zip |
Update rust-cssparser for visibility rules.
Diffstat (limited to 'src/components/style/errors.rs')
-rw-r--r-- | src/components/style/errors.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/style/errors.rs b/src/components/style/errors.rs index d899054393c..1f99a64e7d2 100644 --- a/src/components/style/errors.rs +++ b/src/components/style/errors.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use cssparser::{SyntaxError, SourceLocation}; +use cssparser::ast::{SyntaxError, SourceLocation}; pub struct ErrorLoggerIterator<I>(I); |