CLIPPY: Use of `format!` to build up a string from an iterator.
ME: You do what now?
CLIPPY: For further information visit https://rust-lang.github.io/rust-clippy/master/index.html#format_collect
ME: Oooh! I didn't know you could accept the accumulator as mutable. Thanks, Clippy!