Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: Fix relative path of
winit_app.rs
module
After originally seeing complaints on `nightly`, we now see them on `stable` (but no longer on `nightly`): either some regression slipped in, or `rustc` understands that any relative path references inside content from `include_str!()` are supposed to be relative to the file that is being included, not the file that it is being included in (i.e. in this case relative to `./README.md`, not to `src/lib.rs` which includes `../README.md`).
- Loading branch information