mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-22 20:47:48 +00:00
12 lines
148 B
Rust
12 lines
148 B
Rust
![]() |
/// Fungle the foople.
|
||
|
/// ```
|
||
|
/// t::foople();
|
||
|
/// ```
|
||
|
pub fn foople() {}
|
||
|
|
||
|
/// Flomble the florp
|
||
|
/// ```
|
||
|
/// t::florp();
|
||
|
/// ```
|
||
|
pub fn florp() {}
|