diff options
Diffstat (limited to 'rust/syn/group.rs')
| -rw-r--r-- | rust/syn/group.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/group.rs b/rust/syn/group.rs index 1534ae995dd5..57586c58fd92 100644 --- a/rust/syn/group.rs +++ b/rust/syn/group.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + use crate::error::Result; use crate::parse::ParseBuffer; use crate::token; |