diff options
Diffstat (limited to 'rust/syn/tt.rs')
| -rw-r--r-- | rust/syn/tt.rs | 2 |
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}; |