Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around package/publish cyclic dependency
Due to rust-lang/cargo#4242, `cargo package` is considering dev-dependencies when trying to package and there's a cyclic dependency only when doing that. This works around that cycle while retaining the ability to doctest.
- Loading branch information