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 was a deprecation due to implementing the is_case method, which was written to require the constraint String: PartialEq<T>. This has been rewritten to instead just require ToString which Rc and Arc meet. This will be fixed in the 0.7.0 release. Thank you for bringing this to my attention.
Arc<str>
type cannot callto_case
, you need to convert.as_ref()
to&str
first.The text was updated successfully, but these errors were encountered: