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
fix: avoid as_ref() call as bstr could break downstream with new impls (#1466)
As `bstr` adds a new implementation of `AsRef`, the `as_ref()` call becomes
ambiguous which will then break `gitoxide`.
Now `as_ref()` is avoided in favor of a method that can't fail.
0 commit comments