rust-scraper / ego-tree

Vec-backed ID-tree
https://docs.rs/ego-tree
ISC License
45 stars 16 forks source link

Fix alternate debug formatting with complex values #1

Closed causal-agent closed 6 years ago

causal-agent commented 8 years ago

The manual indentation messes with the indentation of values debug formatted.

causal-agent commented 8 years ago

http://doc.rust-lang.org/stable/src/core/fmt/builders.rs.html#78-97

causal-agent commented 6 years ago

I actually got rid of this formatting altogether.