minidom: Remove comments support. Forbid them as per XMPP RFC.
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
c154593fe5
commit
015d0007fc
5 changed files with 13 additions and 76 deletions
|
|
@ -22,7 +22,3 @@ gitlab = { repository = "xmpp-rs/xmpp-rs" }
|
|||
|
||||
[dependencies]
|
||||
quick-xml = "0.18"
|
||||
|
||||
[features]
|
||||
default = ["comments"]
|
||||
comments = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue