From 3003d86264680433e789d2726d0d12d2c6267c40 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 30 Jan 2023 09:51:23 +0100 Subject: Apply clippy suggestions for 1.67 (#769) --- askama_tide/tests/tide.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'askama_tide/tests') diff --git a/askama_tide/tests/tide.rs b/askama_tide/tests/tide.rs index 6fa1418..44a065e 100644 --- a/askama_tide/tests/tide.rs +++ b/askama_tide/tests/tide.rs @@ -1,6 +1,5 @@ use askama::Template; use async_std::prelude::*; -use std::convert::TryInto; use tide::{http::mime::HTML, Body, Response}; #[derive(Template)] -- cgit