diff options
Diffstat (limited to 'rust/syn/path.rs')
| -rw-r--r-- | rust/syn/path.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/path.rs b/rust/syn/path.rs index d2fcb9bc5d28..f2453bea4a3c 100644 --- a/rust/syn/path.rs +++ b/rust/syn/path.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + #[cfg(feature = "parsing")] use crate::error::Result; use crate::expr::Expr; |
