summaryrefslogtreecommitdiff
path: root/rust/syn/generics.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/syn/generics.rs')
-rw-r--r--rust/syn/generics.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/generics.rs b/rust/syn/generics.rs
index 0c77193da043..9f8df8a155e1 100644
--- a/rust/syn/generics.rs
+++ b/rust/syn/generics.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR MIT
+
use crate::attr::Attribute;
use crate::expr::Expr;
use crate::ident::Ident;