Documenting the following file: ```rust use std::fmt::Debug; pub fn foo() -> impl Debug {} ``` The source displays as:  I expected the source to wrap at around 80 characters. I'm working on a fix.