diff options
Diffstat (limited to 'rust/syn/punctuated.rs')
| -rw-r--r-- | rust/syn/punctuated.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/punctuated.rs b/rust/syn/punctuated.rs index ebaaa94f9a26..f79152940db6 100644 --- a/rust/syn/punctuated.rs +++ b/rust/syn/punctuated.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + //! A punctuated sequence of syntax tree nodes separated by punctuation. //! //! Lots of things in Rust are punctuated sequences. |
