rust/tests/target/issue-2401.rs
Seiichi Uchida f815858420 Use correct offset when unindenting code block
When using hard tabs, we should only remove '\t'.
2018-02-04 17:21:10 +09:00

8 lines
126 B
Rust

// rustfmt-hard_tabs = true
// rustfmt-normalize_comments = true
/// ```
/// println!("Hello, World!");
/// ```
fn main() {}