rust/tests/run-make/doctests-keep-binaries-2024/t.rs
2024-08-13 20:14:54 +02:00

12 lines
148 B
Rust

/// Fungle the foople.
/// ```
/// t::foople();
/// ```
pub fn foople() {}
/// Flomble the florp
/// ```
/// t::florp();
/// ```
pub fn florp() {}