Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Fix dot test by not including whitespace.
Rust 1.35 changed the behavior of the Debug trait to include the trailing comma in structs and other things. This deals with that by not including all of the whitespace. The Rust change that introduced this was rust-lang/rust#59076 Fixes petgraph#255.
- Loading branch information