From 583d2c0107f24ece3ea2b8a62692f18b84c36501 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 22 Dec 2020 19:59:22 +0000 Subject: [PATCH] wdriver thing builds a dummy now Signed-off-by: Ian Jackson --- wdriver.rs | 6 ++---- wdriver/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/wdriver.rs b/wdriver.rs index a2c2accf..8e91d7e3 100644 --- a/wdriver.rs +++ b/wdriver.rs @@ -2,8 +2,6 @@ // SPDX-License-Identifier: AGPL-3.0-or-later // There is NO WARRANTY. -#![cfg(test)] +pub use fehler::throws; -use fehler::throws; - -type AE = anyhow::Error; +pub type AE = anyhow::Error; diff --git a/wdriver/Cargo.toml b/wdriver/Cargo.toml index e884d4f8..dc32d41d 100644 --- a/wdriver/Cargo.toml +++ b/wdriver/Cargo.toml @@ -10,7 +10,7 @@ license = "AGPL-3.0-or-later" version = "0.0.1" edition = "2018" -[dev-dependencies] +[dependencies] anyhow = "1" fehler = "1" thirtyfour_sync = "0.21" -- 2.30.2