diff --git a/src/lib.rs b/src/lib.rs index 2429c7cf..c84a55ce 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -61,7 +61,7 @@ //! |---|---|---| //! |`ident`|`syn::Ident`|The identifier of the passed-in variant| //! |`discriminant`|`Option`|For a variant such as `Example = 2`, the `2`| -//! |`fields`|`Option>`|The fields associated with the variant| +//! |`fields`|`darling::ast::Fields where T: FromField`|The fields associated with the variant| //! |`attrs`|`Vec`|The forwarded attributes from the passed in variant. These are controlled using the `forward_attrs` attribute.| extern crate core;