summaryrefslogtreecommitdiff
path: root/rust/syn/thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/syn/thread.rs')
-rw-r--r--rust/syn/thread.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/thread.rs b/rust/syn/thread.rs
index b33d248afc60..4165a173d9e1 100644
--- a/rust/syn/thread.rs
+++ b/rust/syn/thread.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR MIT
+
use std::fmt::{self, Debug};
use std::thread::{self, ThreadId};