mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-08 21:13:55 +00:00
![Seiichi Uchida](/assets/img/avatar_default.png)
1. snake_case < CamelCase < UPPER_SNAKE_CASE 2. Use vertical layout for list with nested imports.
8 lines
91 B
Rust
8 lines
91 B
Rust
// こんにちは
|
|
use std::borrow::Cow;
|
|
|
|
/* comment 1 */
|
|
/* comment 2 */
|
|
|
|
/* comment 3 */
|