From 9835e2ae736235810b4ea1c162ca5e65c547e770 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 18 May 2024 04:49:50 +0200 Subject: Merging upstream version 1.71.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/tinyvec_macros/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor/tinyvec_macros/src') diff --git a/vendor/tinyvec_macros/src/lib.rs b/vendor/tinyvec_macros/src/lib.rs index 4790e08a0..3c15b19d6 100644 --- a/vendor/tinyvec_macros/src/lib.rs +++ b/vendor/tinyvec_macros/src/lib.rs @@ -1,4 +1,5 @@ #![no_std] +#![forbid(unsafe_code)] #[macro_export] macro_rules! impl_mirrored { -- cgit v1.2.3