diff options
Diffstat (limited to 'rust/syn/lifetime.rs')
| -rw-r--r-- | rust/syn/lifetime.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/lifetime.rs b/rust/syn/lifetime.rs index cc189d1ac91f..24bec7fe969d 100644 --- a/rust/syn/lifetime.rs +++ b/rust/syn/lifetime.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + #[cfg(feature = "parsing")] use crate::lookahead; use proc_macro2::{Ident, Span}; |
