We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bc800d + e1fd6fd commit fa48ee7Copy full SHA for fa48ee7
src/selector.rs
@@ -69,7 +69,8 @@ impl ToCss for Selector {
69
}
70
71
/// An implementation of `Parser` for `selectors`
72
-struct Parser;
+#[derive(Clone, Copy, Debug)]
73
+pub struct Parser;
74
impl<'i> parser::Parser<'i> for Parser {
75
type Impl = Simple;
76
type Error = SelectorParseErrorKind<'i>;
0 commit comments