File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,6 @@ Trait synonyms for `Fn[…]`-trait bounds returning futures.
1717E.g. a 2-argument function ` async fn foo(x: Bar, y: Baz) -> Qux ` will implement
1818<code >[ AsyncFn2] ( https://docs.rs/async_fn_traits/0.1/async_fn_traits/trait.AsyncFn2.html ) <Bar, Baz, Output = Qux></code >.
1919
20- _ TODO: this crate is still not fully documented._
21-
2220## License
2321Licensed under either of
2422
Original file line number Diff line number Diff line change 103103//! E.g. a 2-argument function `async fn foo(x: Bar, y: Baz) -> Qux` will implement
104104//! <code>[AsyncFn2]<Bar, Baz, Output = Qux></code>.
105105//!
106- //! _TODO: this crate is still not fully documented ._
106+ //! _TODO: This crate-level documentation is missing some code examples ._
107107
108108use core:: future:: Future ;
109109use paste:: paste;
You can’t perform that action at this time.
0 commit comments