File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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;
22use crate :: pin:: Pin ;
33use crate :: task:: { Context , Poll } ;
44
5- /// An interface for dealing with asynchronous iterators.
5+ /// A trait for dealing with asynchronous iterators.
66///
77/// This is the main async iterator trait. For more about the concept of async iterators
88/// 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::{
1414
1515fn _assert_is_object_safe ( _: & dyn Iterator < Item = ( ) > ) { }
1616
17- /// An interface for dealing with iterators.
17+ /// A trait for dealing with iterators.
1818///
1919/// This is the main iterator trait. For more about the concept of iterators
2020/// generally, please see the [module-level documentation]. In particular, you
You can’t perform that action at this time.
0 commit comments