6 lines
92 B
Rust
6 lines
92 B
Rust
#![crate_name = "alias_rank_lower"]
|
|
|
|
pub struct Foo;
|
|
|
|
#[doc(alias = "Foo")]
|
|
pub struct Bar;
|