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.
1 parent 88a65c1 commit e1fd6fdCopy full SHA for e1fd6fd
src/selector.rs
@@ -61,7 +61,8 @@ impl Selector {
61
}
62
63
/// An implementation of `Parser` for `selectors`
64
-struct Parser;
+#[derive(Clone, Copy, Debug)]
65
+pub struct Parser;
66
impl<'i> parser::Parser<'i> for Parser {
67
type Impl = Simple;
68
type Error = SelectorParseErrorKind<'i>;
0 commit comments