Closed zachlute closed 6 years ago
Thank you for fixing this! Could you explain what the change was so I know for the future?
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.)
Thank you this is great!
Fixes Issue #91