diff options
Diffstat (limited to 'rust/syn/parse_quote.rs')
| -rw-r--r-- | rust/syn/parse_quote.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/parse_quote.rs b/rust/syn/parse_quote.rs index 2db20597c436..7cc7b9b8fd75 100644 --- a/rust/syn/parse_quote.rs +++ b/rust/syn/parse_quote.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + /// Quasi-quotation macro that accepts input like the [`quote!`] macro but uses /// type inference to figure out a return type for those tokens. /// |
