rustfmt-nightly 0.6.0

Tool to find and fix Rust formatting issues
// rustfmt-indent_style = "block"

#![feature(pub_restricted)]

mod inner_mode {
    pub(super) fn func_name(abc: i32) -> i32 {
        abc
    }
}