diff options
Diffstat (limited to 'vendor/thiserror/tests/test_from.rs')
-rw-r--r-- | vendor/thiserror/tests/test_from.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/thiserror/tests/test_from.rs b/vendor/thiserror/tests/test_from.rs index 1f387055f..51af40b15 100644 --- a/vendor/thiserror/tests/test_from.rs +++ b/vendor/thiserror/tests/test_from.rs @@ -1,3 +1,5 @@ +#![allow(clippy::extra_unused_type_parameters)] + use std::io; use thiserror::Error; |