From 85d55e42119ea80cd1cd9e9e34c05ea7d07b3a88 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Tue, 28 Feb 2023 18:08:41 +0100 Subject: Use cgmath and support BS constant --- src/to_clt/inv.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/to_clt/inv.rs') diff --git a/src/to_clt/inv.rs b/src/to_clt/inv.rs index 01eaa75..1a33a68 100644 --- a/src/to_clt/inv.rs +++ b/src/to_clt/inv.rs @@ -23,7 +23,7 @@ fn read_line(reader: &mut impl std::io::Read) -> Result>()?; String::from_utf8(utf8) - .map_err(|e| mt_ser::DeserializeError::Other(format!("Invalid UTF-8: {e}").into())) + .map_err(|e| mt_ser::DeserializeError::Other(format!("Invalid UTF-8: {e}"))) } #[cfg(feature = "client")] -- cgit v1.2.3