8000 tests: Fix dot test by not including whitespace. by waywardmonkeys · Pull Request #260 · petgraph/petgraph · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2019

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
0