Sign in
rust
/
rustfmt
/
HEAD
/
.
/
tests
/
target
/
issue-1278.rs
blob: b7e636f1a273d7fe8f09e203e1890f32f84c2d55 [
file
] [
log
] [
blame
]
// rustfmt-indent_style: Block
#![
feature
(
pub_restricted
)]
mod
inner_mode
{
pub
(
super
)
fn
func_name
(
abc
:
i32
)
->
i32
{
abc
}
}