Closed sorccu closed 5 years ago
The reason for this PR is that indoc ends up pulling in syn
and friends, which are quite heavy. This can make a noticeable difference in large projects.
There are also other dependencies that can be moved, but I'll do those later.
A good idea. Thanks for maintenance!
It's only used for tests anyway. Kept pre-2018
extern crate
to keep this PR focused on the dev-dependency move.Note: needs #35 merged first for
cargo test
to work.