Blas Rodriguez Irizar
00a28495c3
tokio: update docs
...
Updated to reflect:
-#![deny(intra_doc_link_resolution_failure)]
+#![deny(broken_intra_doc_links)]
DelayQueue::poll is called DelayQueue::poll_expired
Fixes : #2787
2020-08-26 09:31:07 +02:00
Blas Rodriguez Irizar
138eef3526
test: implement Drop for Mock to panic w/ unconsumed data ( #2704 )
2020-08-20 15:48:27 -04:00
Blas Rodriguez Irizar
e9adac288e
sync: typo in impl Semaphore ( #2745 )
2020-08-09 08:42:04 +02:00
Blas Rodriguez Irizar
27bfe52bba
sync: show correct permits in fmt::Debug ( #2750 )
...
Fixes : #2744
2020-08-08 13:41:55 -07:00
Blas Rodriguez Irizar
1167c09ae8
process: document remote killing for Child ( #2736 )
...
* process: document remote killing for Child
Fixes : #2703
2020-08-05 00:59:10 +00:00
Blas Rodriguez Irizar and Alice Ryhl
027351dd3a
macros: silence unreachable_code warning in select! ( #2678 )
...
Solves #2665 by adding #[allow(unreachable_code)] inside a branch
matching arm.
Co-authored-by: Alice Ryhl <[email protected] >
2020-07-28 13:10:07 -07:00
Blas Rodriguez Irizar
08872c55d1
doc: feature flags in README ( #2682 )
2020-07-24 20:51:34 +02:00
Blas Rodriguez Irizar
32f46d7b88
time: improve Entry field comment ( #2671 )
...
Applying a suggestion from #2617 to make the sentence more clear.
2020-07-20 14:29:25 -07:00