Skip to content

Commit

Permalink
fix(css/parser): rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Nov 10, 2022
1 parent 03bbbd5 commit de86283
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/swc_css_parser/src/parser/util.rs
Expand Up @@ -7,8 +7,7 @@ use super::{
input::{Input, InputType, ParserInput},
Ctx, PResult, Parse, Parser,
};
use super::{input::ParserInput, Ctx, PResult, Parse, Parser};
use crate::parser::{input::ListOfComponentValuesInput, BlockContentsGrammar};
use crate::parser::BlockContentsGrammar;

impl<I> Parser<I>
where
Expand Down

0 comments on commit de86283

Please sign in to comment.