stable array collectors
Diffstat (limited to 'src/maybe.rs')
| -rw-r--r-- | src/maybe.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/maybe.rs b/src/maybe.rs index 8e2bb23..e220ba9 100644 --- a/src/maybe.rs +++ b/src/maybe.rs @@ -1,7 +1,6 @@ #[diagnostic::on_unimplemented( message = "this is a helper for [Option, Result].", - label = "consider using collect_array_checked", - note = "you probably want to get a `None` if the iterator isnt big enough" + label = "you might want collect_array_checked" )] #[doc(hidden)] pub trait Maybe { |