Skip to content

Commit

Permalink
Clarify that Option<bool> and Vec<bool> are not supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Feb 19, 2024
1 parent 7c58a7e commit 86ef701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onlyargs_derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
//! | `String` | UTF-8 encoded string option. |
//!
//! Additionally, some wrapper and composite types are also available, where the type `T` must be
//! one of the primitive types listed above.
//! one of the primitive types listed above (except `bool`).
//!
//! | Type | Description |
//! |-------------|-----------------------------------|
Expand Down

0 comments on commit 86ef701

Please sign in to comment.