rustfmt-nightly 1.1.1

Tool to find and fix Rust formatting issues
Documentation
// rustfmt-format_doc_comments: true

/// ```rust
/// if (true) { … }
/// ```
fn a() {
}

/// ```rust
/// if foo() {
////// }
/// ```
fn a() {
}

/// ```rust
/// k1 == k2 ⇒ hash(k1) == hash(k2)
/// ```
pub   struct   a   ;