steveklabnik / rustdoc

Not a real thing, see https://github.com/rust-lang/rust for rustdoc's actual source code
https://github.com/rust-lang/rust
104 stars 22 forks source link

Fix failing CI due to rustfmt regression #224

Closed hjr3 closed 6 years ago

hjr3 commented 6 years ago

This fixes the failing tests and adds a temporary fix for a regression in rustfmt so the CI process will correctly run. I broke this into two commits so (theoretically) we can just back out the temporary fix.

Fixes #223