summaryrefslogtreecommitdiff
path: root/rust/syn/parse.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/syn/parse.rs')
-rw-r--r--rust/syn/parse.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/parse.rs b/rust/syn/parse.rs
index 57531005ac4e..c6f6c0eece02 100644
--- a/rust/syn/parse.rs
+++ b/rust/syn/parse.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR MIT
+
//! Parsing interface for parsing a token stream into a syntax tree node.
//!
//! Parsing in Syn is built on parser functions that take in a [`ParseStream`]