From 0b519c25732adfbc19b159e1d9173dd7f83f86e7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 29 Jun 2023 02:09:51 -0400 Subject: [PATCH] tests: Drop unused alias --- tests/inst/src/test.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/inst/src/test.rs b/tests/inst/src/test.rs index bca85977..7508db9d 100644 --- a/tests/inst/src/test.rs +++ b/tests/inst/src/test.rs @@ -17,8 +17,6 @@ use hyper::{Body, Request, Response}; use hyper_staticfile::Static; use tokio::runtime::Runtime; -pub(crate) type TestFn = fn() -> Result<()>; - /// Run command and assert that its stderr contains pat pub(crate) fn cmd_fails_with>(mut c: C, pat: &str) -> Result<()> { let c = c.borrow_mut(); -- 2.30.2