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
This allows an API like:
```
fn foo(d: impl AsRef<Dir>) {
...
}
```
to accept either a `Dir` or a `DirUtf8`. I don't know that
I'll do this much, but I think it can make sense.
0 commit comments