rustfmt-nightly 1.1.1

Tool to find and fix Rust formatting issues
Documentation
// rustfmt-edition: 2018

use ::ignore;
use ::ignore::some::more;
use ::{foo, bar};
use ::*;
use ::baz::{foo, bar};

fn main() {
    println!("Hello, world!");
}