1 2 3 4 5 6 7
// No doc comment and no `description` option. #[everruns::tool] async fn undocumented(x: i64) -> i64 { x } fn main() {}