Skip to content

Commit

Permalink
Remove doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vilunov committed Mar 2, 2023
1 parent ed2dbe2 commit 2c8d134
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/reader/async_tokio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ impl<R: AsyncBufRead + Unpin> Reader<R> {
/// An asynchronous version of [`read_event_into()`]. Reads the next event into
/// given buffer.
///
/// > This function should be defined as
/// > ```ignore
/// > pub async fn read_event_into_async<'b>(
/// > &mut self,
/// > buf: &'b mut Vec<u8>
/// > ) -> Result<Event<'b>>;
/// > ```
/// > but Rust does not allow to write that for recursive asynchronous function
///
/// This is the main entry point for reading XML `Event`s when using an async reader.
///
/// See the documentation of [`read_event_into()`] for more information.
Expand Down

0 comments on commit 2c8d134

Please sign in to comment.