Skip to content

Commit 4f4b71b

Browse files
committed
chore: make testing private
1 parent ecb23e6 commit 4f4b71b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/error.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,12 @@ where
294294
}
295295
}
296296

297-
pub mod testing {
297+
mod testing {
298298
#[allow(unused)]
299299
use super::*;
300300
use thiserror::Error;
301301

302+
#[allow(unused)]
302303
#[derive(Error, Debug)]
303304
pub enum MyError {
304305
#[error("Custom error: {0}")]

0 commit comments

Comments
 (0)