File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ use crate::ops::DerefMut;
2
2
use crate :: pin:: Pin ;
3
3
use crate :: task:: { Context , Poll } ;
4
4
5
- /// An interface for dealing with asynchronous iterators.
5
+ /// A trait for dealing with asynchronous iterators.
6
6
///
7
7
/// This is the main async iterator trait. For more about the concept of async iterators
8
8
/// generally, please see the [module-level documentation]. In particular, you
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ use super::super::{
14
14
15
15
fn _assert_is_object_safe ( _: & dyn Iterator < Item = ( ) > ) { }
16
16
17
- /// An interface for dealing with iterators.
17
+ /// A trait for dealing with iterators.
18
18
///
19
19
/// This is the main iterator trait. For more about the concept of iterators
20
20
/// generally, please see the [module-level documentation]. In particular, you
You can’t perform that action at this time.
0 commit comments