Skip to content

Commit

Permalink
Remove ambiguous statements from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Nov 15, 2024
1 parent 27d2887 commit 1a5c38d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ async fn example_feed() -> Result<Channel, Box<dyn Error>> {

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

**Note**: Writing a channel does not perform any escaping of XML entities.

```rust
use rss::Channel;

Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
//! A channel can be written to any object that implements the `Write` trait or converted to an
//! XML string using the `ToString` trait.
//!
//! **Note**: Writing a channel does not perform any escaping of XML entities.
//!
//! ```rust
//! use rss::Channel;
//!
Expand Down

0 comments on commit 1a5c38d

Please sign in to comment.