summaryrefslogtreecommitdiff
path: root/rust/syn/stmt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/syn/stmt.rs')
-rw-r--r--rust/syn/stmt.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/stmt.rs b/rust/syn/stmt.rs
index 8ea0077f63df..029171a98dca 100644
--- a/rust/syn/stmt.rs
+++ b/rust/syn/stmt.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR MIT
+
use crate::attr::Attribute;
use crate::expr::Expr;
use crate::item::Item;