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 358cc58 commit 3e402aeCopy full SHA for 3e402ae
src/events/mod.rs
@@ -963,10 +963,10 @@ pub enum Event<'a> {
963
Empty(BytesStart<'a>),
964
/// Escaped character data between tags.
965
Text(BytesText<'a>),
966
- /// Comment `<!-- ... -->`.
967
- Comment(BytesText<'a>),
968
/// Unescaped character data stored in `<![CDATA[...]]>`.
969
CData(BytesCData<'a>),
+ /// Comment `<!-- ... -->`.
+ Comment(BytesText<'a>),
970
/// XML declaration `<?xml ...?>`.
971
Decl(BytesDecl<'a>),
972
/// Processing instruction `<?...?>`.
0 commit comments