summaryrefslogtreecommitdiff
path: root/rust/syn/tt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/syn/tt.rs')
-rw-r--r--rust/syn/tt.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/tt.rs b/rust/syn/tt.rs
index 7d5d6a1ac326..fc7adec3da90 100644
--- a/rust/syn/tt.rs
+++ b/rust/syn/tt.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR MIT
+
use proc_macro2::{Delimiter, TokenStream, TokenTree};
use std::hash::{Hash, Hasher};