diff options
Diffstat (limited to 'rust/syn/ext.rs')
| -rw-r--r-- | rust/syn/ext.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/ext.rs b/rust/syn/ext.rs index 5cd79e863a9d..a9be9af42787 100644 --- a/rust/syn/ext.rs +++ b/rust/syn/ext.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + //! Extension traits to provide parsing methods on foreign types. use crate::buffer::Cursor; |
