Skip to content

tests: Fix dot test by not including whitespace.#260

Merged
waywardmonkeys merged 1 commit intopetgraph:masterfrom
waywardmonkeys:fix-failing-dot-test
Aug 12, 2019
Merged

tests: Fix dot test by not including whitespace.#260
waywardmonkeys merged 1 commit intopetgraph:masterfrom
waywardmonkeys:fix-failing-dot-test

Conversation

@waywardmonkeys
Copy link
Collaborator

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 #255.

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.
@waywardmonkeys waywardmonkeys merged commit 65e25c5 into petgraph:master Aug 12, 2019
@waywardmonkeys waywardmonkeys deleted the fix-failing-dot-test branch August 12, 2019 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failed dot test

1 participant