Florian Gilcher
|
f262fd8a40
|
Merge pull request #392 from taiki-e/clippy
Remove usage of actions-rs/clippy-check
|
5 years ago |
Florian Gilcher
|
c2a084ed4a
|
Merge pull request #393 from k-nasa/fix_clippy
Fix clippy warnings
|
5 years ago |
Florian Gilcher
|
ae41d45da6
|
Merge pull request #376 from AZanellato/typo-fixes
Typos and sentence structure fixes
|
5 years ago |
Yoshua Wuyts
|
5f8e2cbd4a
|
add mod level docs for sync
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Yoshua Wuyts
|
20abd5cebf
|
standardize net docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Yoshua Wuyts
|
4c4604d63e
|
add stream mod docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Yoshua Wuyts
|
4cab868899
|
Merge pull request #394 from async-rs/link-types
backreference links for structs
|
5 years ago |
Yoshua Wuyts
|
4475a229d6
|
backlink io docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
Yoshua Wuyts
|
a3a740c14a
|
backlink all docs
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
|
5 years ago |
k-nasa
|
fe49f2618f
|
fix clippy::redundant_clone
|
5 years ago |
k-nasa
|
7fe2a1bbce
|
fix clippy::cognitive_complexity
|
5 years ago |
k-nasa
|
7c293d37f7
|
fix clippy::comparison_chain
|
5 years ago |
k-nasa
|
c9d958d309
|
$cargo fix -Z unstable-options --clippy --features unstable
|
5 years ago |
nasa
|
a42ae2f3d9
|
Narrow the disclosure range of FlattenCompat::new
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
nasa
|
37f14b0195
|
Narrow the disclosure range of Flatten::new
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
nasa
|
13a08b0d54
|
Narrow the disclosure range of FlatMap::new
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
Taiki Endo
|
6549b66ad2
|
run clippy check on beta & address clippy warnings
|
5 years ago |
Taiki Endo
|
610c66e774
|
Remove usage of actions-rs/clippy-check
|
5 years ago |
yjhmelody
|
7cfec4e8ce
|
use take and remove Copy
|
5 years ago |
yjh
|
fb78ed1812
|
Update src/stream/stream/min_by_key.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
yjh
|
5a4fdeb1cd
|
Update src/stream/stream/min_by_key.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
yjh
|
b57849e1cb
|
Update src/stream/stream/max_by.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
yjh
|
a8d3d1483f
|
Update src/stream/stream/max_by.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
yjh
|
006fc7e9de
|
Update src/stream/stream/max_by.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
yjhmelody
|
c9e6d3a84c
|
use pin_project_lite
|
5 years ago |
yjhmelody
|
37a7eadf17
|
use pin_project_lite
|
5 years ago |
yjhmelody
|
d0c3c9172b
|
Merge branch 'master' of git://github.com/async-std/async-std into stream-max_by
|
5 years ago |
nasa
|
81e3cab00d
|
Change homepage link (#389)
|
5 years ago |
k-nasa
|
61b7a09c70
|
Fix type declaration
|
5 years ago |
nasa
|
8932cecec7
|
Update src/stream/stream/flatten.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
nasa
|
bf3508ffb2
|
Update src/stream/stream/flatten.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
nasa
|
6168952d6f
|
Update src/stream/stream/flatten.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
nasa
|
b7b5df13aa
|
Update src/stream/stream/flatten.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
nasa
|
7ce721f562
|
Update src/lib.rs
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
|
5 years ago |
k-nasa
|
b66ffa670e
|
update recursion_limit
|
5 years ago |
k-nasa
|
0c5abee284
|
to unstable stream::flat_map, stream::flatten
|
5 years ago |
k-nasa
|
001368d3df
|
$cargo fmt
|
5 years ago |
k-nasa
|
00e7e58bf3
|
fix type def
|
5 years ago |
k-nasa
|
271b6f4a1c
|
fix: Using pin_project!
|
5 years ago |
k-nasa
|
3297a0f327
|
Merge branch 'master' into add_stream_flatten
|
5 years ago |
k-nasa
|
feeb3c10df
|
fix: Remove Pin API related unsafe code
|
5 years ago |
k-nasa
|
b17af61367
|
Merge branch 'master' into add_stream_timeout
|
5 years ago |
k-nasa
|
d97b3dfdf3
|
fix: Remove Pin API related unsafe code
|
5 years ago |
k-nasa
|
5c9cfb4fe8
|
Merge branch 'master' into add_future_delay
|
5 years ago |
Stjepan Glavina
|
b2fe91385b
|
Add channel behind unstable feature flag (#380)
* Add channel behind unstable feature flag
* Don't check tests without unstable feature flag
* Fix typos
* Remove useless attribute
|
5 years ago |
Taiki Endo
|
2abf5ca891
|
Deny warnings on CI (#378)
* Deny warnings on CI
* Fix some clippy warnings
|
5 years ago |
yjhmelody
|
f5a0a0ba86
|
fmt
|
5 years ago |
yjhmelody
|
d6f940110b
|
update doc
|
5 years ago |
yjhmelody
|
020eb85093
|
add stream::min_by_key method
|
5 years ago |
Taiki Endo
|
944e43d4bf
|
Remove Pin API related unsafe code by using pin-project-lite cra… (#381)
|
5 years ago |