32500aa8e0
This is the "smartcase" behavior, described by vim and dtolnay.
7 lines
97 B
Rust
7 lines
97 B
Rust
#![allow(nonstandard_style)]
|
|
|
|
/// Docs for Foo
|
|
pub struct Foo;
|
|
|
|
/// Docs for foo
|
|
pub struct foo;
|