diff options
Diffstat (limited to 'rust/syn/pat.rs')
| -rw-r--r-- | rust/syn/pat.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/pat.rs b/rust/syn/pat.rs index 81a2f183f6b9..46edd63d5ed8 100644 --- a/rust/syn/pat.rs +++ b/rust/syn/pat.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + use crate::attr::Attribute; use crate::expr::Member; use crate::ident::Ident; |
