diff options
Diffstat (limited to 'rust/syn/meta.rs')
| -rw-r--r-- | rust/syn/meta.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/meta.rs b/rust/syn/meta.rs index ffeeb2629f4f..2dd138e6dd55 100644 --- a/rust/syn/meta.rs +++ b/rust/syn/meta.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + //! Facility for interpreting structured content inside of an `Attribute`. use crate::error::{Error, Result}; |