rust/tests/source/issue-2256.rs
Seiichi Uchida 13964b739e Update tests
1. snake_case < CamelCase < UPPER_SNAKE_CASE
2. Use vertical layout for list with nested imports.
2018-03-31 13:16:36 +09:00

12 lines
147 B
Rust

// こんにちは
use std::{};
use std::borrow::Cow;
/* comment 1 */ use std::{};
/* comment 2 */ use std::{};
/* comment 3 */ use std::{};