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
rust: str: allow dereferencing BStr in a const ctx
impl Deref doesn't work in const context. Add a function
that is similar to implementing `deref` but that can
be used in `const` context.
Signed-off-by: Fabien Parent <[email protected]>
0 commit comments