Skip to content

Commit 3512177

Browse files
committed
Remove ambiguous statements from documentation
1 parent 273d5ad commit 3512177

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Remove ambiguous statements about escaping from documentation. [`#85`](https://github.com/rust-syndication/atom/pull/85)
6+
57
## 0.12.4 - 2024-08-28
68

79
- Update `quick-xml` to `0.32`. [`#82`](https://github.com/rust-syndication/atom/pull/82)

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ let feed = string.parse::<Feed>().unwrap();
5252

5353
A feed can be written to any object that implements the `Write` trait or converted to an XML string using the `ToString` trait.
5454

55-
**Note**: Writing a feed does not perform any escaping of XML entities.
56-
5755
### Example
5856

5957
```rust

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
//! A feed can be written to any object that implements the `Write` trait or converted to an XML
2626
//! string using the `ToString` trait.
2727
//!
28-
//! **Note**: Writing a feed does not perform any escaping of XML entities.
29-
//!
3028
//! ## Example
3129
//!
3230
//! ```no_run

0 commit comments

Comments
 (0)