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 cargo doc warning by explicitly matching /README.md in Cargo.toml #95

Merged
merged 1 commit into from
Aug 18, 2018

Conversation

zachlute
Copy link
Contributor

Fixes Issue #91

@sunjay
Copy link
Owner

sunjay commented Aug 18, 2018

Thank you for fixing this! Could you explain what the change was so I know for the future?

@zachlute
Copy link
Contributor Author

Basically, there are two README.md files in turtle, the one at /README.md and the one at /docs/README.md. Previously, the include match in Cargo.toml would match only the root one, but it's being changed so the pattern matches ANY file unless the pattern explicitly matches the root.

So by changing Cargo.toml to match /README.md explicitly, the warning is no longer produced because only one file matches.

(At least, that is my understanding.)

@sunjay
Copy link
Owner

sunjay commented Aug 18, 2018

Thank you this is great!

@sunjay sunjay merged commit 09398f0 into sunjay:master Aug 18, 2018
@zachlute zachlute deleted the remove-doc-warning branch August 21, 2018 19:59
@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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants