Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
someguynamedjosh authored Sep 18, 2022
1 parent 3fe7320 commit 1a259de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ouroboros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@
/// uses a covariant type. Adding `#[covariant]` or `#[not_covariant]` will resolve this issue.
///
/// These annotations control whether or not a `borrow_*` method is generated for that field.
/// Incorrectly using one of these tags will result in a compilation error. It is impossible to
/// use them unsoundly.
///
/// # Async usage
/// All self-referencing structs can be initialized asynchronously by using either the
Expand Down

0 comments on commit 1a259de

Please sign in to comment.