Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs delay queue #2793

Merged
merged 4 commits into from
Aug 27, 2020
Merged

Docs delay queue #2793

merged 4 commits into from
Aug 27, 2020

Conversation

blasrodri
Copy link
Contributor

@blasrodri blasrodri commented Aug 26, 2020

Motivation

Fixes: #2787

Solution

    -#![deny(intra_doc_link_resolution_failure)]
    +#![deny(broken_intra_doc_links)]
    
    DelayQueue::poll is called DelayQueue::poll_expired

Updated to reflect:

-#![deny(intra_doc_link_resolution_failure)]
+#![deny(broken_intra_doc_links)]

DelayQueue::poll is called DelayQueue::poll_expired

Fixes: tokio-rs#2787
Updated to reflect:

-#![deny(intra_doc_link_resolution_failure)]
+#![deny(broken_intra_doc_links)]

Fixes: tokio-rs#2787
@LucioFranco LucioFranco merged commit 262b19a into tokio-rs:master Aug 27, 2020
@Darksonn Darksonn added A-tokio Area: The main tokio crate C-maintenance Category: PRs that clean code up or issues documenting cleanup. M-sync Module: tokio/sync M-time Module: tokio/time labels Sep 21, 2020
Darksonn pushed a commit that referenced this pull request Sep 21, 2020
Darksonn pushed a commit that referenced this pull request Sep 21, 2020
Darksonn added a commit that referenced this pull request Sep 21, 2020
* ci: update miri flags

* ci: fix doc warnings

* doc: fix some links

Cherry-pick of 18ed761 from #2834

* ci: cherry-pick 00a2849

From: #2793

* ci: cherry-pick 6b61212

From: #2793

Co-authored-by: Blas Rodriguez Irizar <rodrigblas@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-maintenance Category: PRs that clean code up or issues documenting cleanup. M-sync Module: tokio/sync M-time Module: tokio/time
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix documentation warnings
3 participants