X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fcore%2Fsrc%2Fasync_iter%2Fasync_iter.rs;h=12a47f9fc76265ff866d649e1f44b14a51fb6b11;hb=3eac639e1e1c6e4f0762d81521939ca8555ea77a;hp=016a3685e850cd23e1a93e74369b265edc2a0219;hpb=2b30ce04ac23aaea8d35502aa67079f1072cad2d;p=rust.git diff --git a/library/core/src/async_iter/async_iter.rs b/library/core/src/async_iter/async_iter.rs index 016a3685e85..12a47f9fc76 100644 --- a/library/core/src/async_iter/async_iter.rs +++ b/library/core/src/async_iter/async_iter.rs @@ -2,7 +2,7 @@ use crate::pin::Pin; use crate::task::{Context, Poll}; -/// An interface for dealing with asynchronous iterators. +/// A trait for dealing with asynchronous iterators. /// /// This is the main async iterator trait. For more about the concept of async iterators /// generally, please see the [module-level documentation]. In particular, you