13964b739e
1. snake_case < CamelCase < UPPER_SNAKE_CASE 2. Use vertical layout for list with nested imports.
7 lines
91 B
Rust
7 lines
91 B
Rust
// こんにちは
|
|
use std::borrow::Cow;
|
|
|
|
/* comment 1 */
|
|
/* comment 2 */
|
|
|
|
/* comment 3 */
|