summaryrefslogtreecommitdiffstats
path: root/tests/rust/doclength_short.rs
blob: 363a24553da5d09b63b376a65873bc3f012479ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/// The root of all evil.
///
/// But at least it contains some more documentation as someone would expect
/// from a simple test case like this. Though, this shouldn't appear in the
/// output.
#[no_mangle]
pub extern "C" fn root() {
}

/// A little above the root, and a lot more visible, with a run-on sentence
/// to test going over the first line.
///
/// Still not here, though.
#[no_mangle]
pub extern "C" fn trunk() {
}