File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ async-tokio = ["tokio"]
5959# # [standard compliant]: https://www.w3.org/TR/xml11/#charencoding
6060encoding = [" encoding_rs" ]
6161
62+ # # Enables support for recognizing all [HTML 5 entities](https://dev.w3.org/html5/html-author/charref)
63+ escape-html = []
64+
6265# # This feature enables support for deserializing lists where tags are overlapped
6366# # with tags that do not correspond to the list.
6467# #
@@ -108,9 +111,6 @@ overlapped-lists = []
108111# # Enables support for [`serde`] serialization and deserialization
109112serialize = [" serde" ]
110113
111- # # Enables support for recognizing all [HTML 5 entities](https://dev.w3.org/html5/html-author/charref)
112- escape-html = []
113-
114114[package .metadata .docs .rs ]
115115# document all features
116116all-features = true
You can’t perform that action at this time.
0 commit comments