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 warning produced by cargo doc #91

Closed
sunjay opened this issue Aug 8, 2018 · 2 comments
Closed

Fix warning produced by cargo doc #91

sunjay opened this issue Aug 8, 2018 · 2 comments

Comments

@sunjay
Copy link
Owner

sunjay commented Aug 8, 2018

warning: Pattern matching for Cargo's include/exclude fields is changing and file `docs/README.md` WILL be included in a future Cargo version.
See https://github.com/rust-lang/cargo/issues/4268 for more info

To produce this warning, clone this repository and run cargo doc. Immediately, at the very top of the output, you should see the warning above. (If you don't see the warning, make sure you have the latest Rust compiler by running rustup update)

To fix this, go look at the issue mentioned in the warning and figure out what changes need to be made to Cargo.toml in order for this warning to stop being produced. You'll know you fixed it when you run cargo doc and the warning no longer occurs.

@pickfire
Copy link

@sunjay I think this can be closed. It is fixed in #95 by @zachlute.

@sunjay
Copy link
Owner Author

sunjay commented Sep 15, 2018

You're absolutely right! Thank you!

@sunjay sunjay closed this as completed Sep 15, 2018
@sunjay sunjay added this to the 1.0.0 - MVP milestone Sep 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants