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/thiserror/tests/test_deprecated.rs | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 vendor/thiserror/tests/test_deprecated.rs (limited to 'vendor/thiserror/tests/test_deprecated.rs') diff --git a/vendor/thiserror/tests/test_deprecated.rs b/vendor/thiserror/tests/test_deprecated.rs deleted file mode 100644 index 5524666..0000000 --- a/vendor/thiserror/tests/test_deprecated.rs +++ /dev/null @@ -1,10 +0,0 @@ -#![deny(deprecated, clippy::all, clippy::pedantic)] - -use thiserror::Error; - -#[derive(Error, Debug)] -pub enum Error { - #[deprecated] - #[error("...")] - Deprecated, -} -- cgit v1.2.3