Skip to content

Commit

Permalink
Impl FromMeta for syn::Visibility (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
TedDriggs committed Apr 6, 2022
1 parent b7f56ec commit ff15a23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- Impl `FromMeta` for `syn::Visibility`

## v0.13.3 (April 5, 2022)

- Add `error::Accumulator` for dealing with multiple errors [#164](https://github.com/TedDriggs/darling/pull/164)
Expand Down
1 change: 1 addition & 0 deletions core/src/from_meta.rs
Expand Up @@ -297,6 +297,7 @@ from_syn_parse!(syn::TypeReference);
from_syn_parse!(syn::TypeSlice);
from_syn_parse!(syn::TypeTraitObject);
from_syn_parse!(syn::TypeTuple);
from_syn_parse!(syn::Visibility);
from_syn_parse!(syn::WhereClause);

macro_rules! from_numeric_array {
Expand Down

0 comments on commit ff15a23

Please sign in to comment.