You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sicne I just worked with implementing Display trait, this issue is probably a good one for me to get more familiar with the code base. If it's not taken then I'll start working on it?
See the discussion in #83
The idea is to implement the std::fmt::Display trait for data types where we already use a custom
display()
function. Specifically:TomlError::display
tool-sync/src/config/toml.rs
Lines 16 to 24 in b79eeb9
ToolError::display
tool-sync/src/model/tool.rs
Lines 20 to 29 in b79eeb9
UnpackError::display
tool-sync/src/sync/archive.rs
Lines 27 to 37 in b79eeb9
Implementation example:
The text was updated successfully, but these errors were encountered: