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
Seems natural since it's just a thin wrapper around String.
Let's us do `format!("Object path {path}")` instead of
`format!("Object path {}", path.as_str())` which is handy for logging in
particular.
0 commit comments