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