summaryrefslogtreecommitdiff
path: root/rust/alloc/vec/partial_eq.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/alloc/vec/partial_eq.rs')
-rw-r--r--rust/alloc/vec/partial_eq.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/alloc/vec/partial_eq.rs b/rust/alloc/vec/partial_eq.rs
index b0cf72577a1b..10ad4e492287 100644
--- a/rust/alloc/vec/partial_eq.rs
+++ b/rust/alloc/vec/partial_eq.rs
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0 OR MIT
+
use crate::alloc::Allocator;
#[cfg(not(no_global_oom_handling))]
use crate::borrow::Cow;