checkpoint

This commit is contained in:
John Smith
2022-11-26 22:18:55 -05:00
parent 503dbcf004
commit 07e3201e06
8 changed files with 147 additions and 26 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// Pass errors through and log them simultaneously via map_err()
// Also contains common log facilities (net, rpc, rtab, pstore, crypto, etc )
use alloc::string::{String, ToString};
use super::*;
pub fn map_to_string<X: ToString>(arg: X) -> String {
arg.to_string()