Skip to content

Commit 1a5c38d

Browse files
committed
Remove ambiguous statements from documentation
1 parent 27d2887 commit 1a5c38d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ async fn example_feed() -> Result<Channel, Box<dyn Error>> {
7070

7171
A channel can be written to any object that implements the `Write` trait or converted to an XML string using the `ToString` trait.
7272

73-
**Note**: Writing a channel does not perform any escaping of XML entities.
74-
7573
```rust
7674
use rss::Channel;
7775

src/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848
//! A channel can be written to any object that implements the `Write` trait or converted to an
4949
//! XML string using the `ToString` trait.
5050
//!
51-
//! **Note**: Writing a channel does not perform any escaping of XML entities.
52-
//!
5351
//! ```rust
5452
//! use rss::Channel;
5553
//!

0 commit comments

Comments
 (0)