chiark / gitweb /
wdriver thing builds a dummy now
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 22 Dec 2020 19:59:22 +0000 (19:59 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 22 Dec 2020 19:59:22 +0000 (19:59 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
wdriver.rs
wdriver/Cargo.toml

index a2c2accf21672add55eaa5358cf365a70cd13225..8e91d7e3dbc154a8380cc4cb4ff1a706605ac6ca 100644 (file)
@@ -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;
index e884d4f80d59327f49a66d885c7ae588e2ed03d5..dc32d41dcc37122e9a298f3852faf2ff9f998d1e 100644 (file)
@@ -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"