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

Fix docs.rs build #264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix docs.rs build #264

wants to merge 1 commit into from

Conversation

hatoo
Copy link

@hatoo hatoo commented May 11, 2024

Currently, we can't jump docs from https://crates.io/crates/monoio because of the build error on https://docs.rs/crate/monoio/0.2.3/builds/1164346

This PR fixes it.

I've checked these 2 commands below.

cargo +nightly --config "build.rustdocflags=[\"--cfg\", \"docsrs\"]" doc

... fine
cargo doc

... fine

@CLAassistant
Copy link

CLAassistant commented May 11, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants