From a990de90fe41456a23e58bd087d2f107d321f3a1 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Fri, 19 Jul 2024 16:37:58 +0400 Subject: Deleted vendor folder --- vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.rs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.rs (limited to 'vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.rs') diff --git a/vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.rs b/vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.rs deleted file mode 100644 index 38f4822..0000000 --- a/vendor/bitflags-1.3.2/tests/compile-fail/impls/copy.rs +++ /dev/null @@ -1,10 +0,0 @@ -use bitflags::bitflags; - -bitflags! { - #[derive(Clone, Copy)] - struct Flags: u32 { - const A = 0b00000001; - } -} - -fn main() {} -- cgit v1.2.3