aboutsummaryrefslogtreecommitdiff
path: root/src/syn_utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/syn_utils.rs')
-rw-r--r--src/syn_utils.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syn_utils.rs b/src/syn_utils.rs
index 61ae27f..a778793 100644
--- a/src/syn_utils.rs
+++ b/src/syn_utils.rs
@@ -3,6 +3,7 @@ use syn::{
Type, TypeParamBound,
};
+#[allow(unused_variables)]
pub trait TypeMatcher<T> {
fn match_type<'a>(&self, t: &'a Type) -> Option<&'a T> {
None