mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 19:53:46 +00:00
13964b739e
1. snake_case < CamelCase < UPPER_SNAKE_CASE 2. Use vertical layout for list with nested imports.
13 lines
147 B
Rust
13 lines
147 B
Rust
// こんにちは
|
|
use std::{};
|
|
use std::borrow::Cow;
|
|
|
|
/* comment 1 */ use std::{};
|
|
/* comment 2 */ use std::{};
|
|
|
|
|
|
|
|
|
|
|
|
/* comment 3 */ use std::{};
|