mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-07 16:57:20 +00:00
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;
|