Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/salsa/salsa-macros/src/parenthesized.rs')
| -rw-r--r-- | crates/salsa/salsa-macros/src/parenthesized.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/salsa/salsa-macros/src/parenthesized.rs b/crates/salsa/salsa-macros/src/parenthesized.rs index b755879f19..d61166cecd 100644 --- a/crates/salsa/salsa-macros/src/parenthesized.rs +++ b/crates/salsa/salsa-macros/src/parenthesized.rs @@ -1,3 +1,4 @@ +//! pub(crate) struct Parenthesized<T>(pub(crate) T); impl<T> syn::parse::Parse for Parenthesized<T> |