mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Update to rustc 0.8-pre (ecfc9a8 2013-08-12 04:29:11 -0700)
This commit is contained in:
parent
70c281fc25
commit
c1b7e157b7
6 changed files with 39 additions and 13 deletions
|
@ -30,7 +30,7 @@ pub fn parse_namespace_rule(rule: AtRule, namespaces: &mut NamespaceMap) {
|
|||
if rule.block.is_some() { syntax_error!() }
|
||||
let mut prefix: Option<~str> = None;
|
||||
let mut url: Option<~str> = None;
|
||||
let mut iter = rule.prelude.consume_skip_whitespace();
|
||||
let mut iter = rule.prelude.move_skip_whitespace();
|
||||
for component_value in iter {
|
||||
match component_value {
|
||||
Ident(value) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue