rust/tests/run-make-fulldeps/doctests-keep-binaries/t.rs
2023-01-11 09:32:08 +00:00

12 lines
148 B
Rust

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