thruster-rs / Thruster

A fast, middleware based, web framework written in Rust
MIT License
1.06k stars 47 forks source link

Change name of `node.to_string` to not make clippy mad #123

Closed trezm closed 5 years ago

trezm commented 5 years ago

Can't use the default formatter and display because we need to recursively send down indentation information. This seemed like an easy hack around it.