diff options
Diffstat (limited to 'rust/syn/spanned.rs')
| -rw-r--r-- | rust/syn/spanned.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/spanned.rs b/rust/syn/spanned.rs index 17b69e9f5b28..fcc93699f742 100644 --- a/rust/syn/spanned.rs +++ b/rust/syn/spanned.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + //! A trait that can provide the `Span` of the complete contents of a syntax //! tree node. //! |