mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
71ed455958
This is the "smartcase" behavior, described by vim and dtolnay.
(cherry picked from commit 32500aa8e0)
8 lines
97 B
Rust
8 lines
97 B
Rust
#![allow(nonstandard_style)]
|
|
|
|
/// Docs for Foo
|
|
pub struct Foo;
|
|
|
|
/// Docs for foo
|
|
pub struct foo;
|