diff options
Diffstat (limited to 'rust/syn/data.rs')
| -rw-r--r-- | rust/syn/data.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/data.rs b/rust/syn/data.rs index 96db2a0b7c6f..c32c1366c1db 100644 --- a/rust/syn/data.rs +++ b/rust/syn/data.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + use crate::attr::Attribute; use crate::expr::{Expr, Index, Member}; use crate::ident::Ident; |
