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 bdb8694
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- Remove ambiguous statements about escaping from documentation. [`#171`](https://github.com/rust-syndication/rss/pull/171)

## 2.0.9 - 2024-08-28

- Fix Clippy Warnings. [`#164`](https://github.com/rust-syndication/rss/pull/164)
Expand Down
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 bdb8694

Please sign in to comment.