Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use CARGO_MANIFEST_DIR in include!() path
include!() expects a path relative to the current file, so we don't need to dynamically construct its argument at all. In fact, the current argument breaks the build when CARGO_MANIFEST_DIR holds a relative path from the working directory and the working directory isn't the crate root.
- Loading branch information