Skip to content

Commit 0240064

Browse files
committed
Make TODO remark about incomplete documentation less prominent
because the traits *are* actually already fairly decently documented
1 parent d436508 commit 0240064

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Trait synonyms for `Fn[…]`-trait bounds returning futures.
1717
E.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
2321
Licensed under either of
2422

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
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
108108
use core::future::Future;
109109
use paste::paste;

0 commit comments

Comments
 (0)