My function is: ```rust fn batcher() -> impl Fn(usize) -> () { // ... } ``` I run `cargo doc --open`, the document of this function lacks of return type: ```rust pub fn batcher() -> ``` cargo version: cargo 1.29.0-nightly