summaryrefslogtreecommitdiff
path: root/rust/syn/expr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/syn/expr.rs')
-rw-r--r--rust/syn/expr.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/expr.rs b/rust/syn/expr.rs
index 1e49d9a6633e..deb918436604 100644
--- a/rust/syn/expr.rs
+++ b/rust/syn/expr.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR MIT
+
use crate::attr::Attribute;
#[cfg(all(feature = "parsing", feature = "full"))]
use crate::error::Result;