diff --git a/src/lib.rs b/src/lib.rs index f12ca5e..99c75a5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -211,12 +211,6 @@ impl ValidationContext { } } -impl FromRef<()> for ValidationContext { - fn from_ref(_: &()) -> Self { - ValidationContext::default() - } -} - /// `ValidError` is the error type returned when the `Valid` extractor fails. /// /// It has two variants: