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 dependency is only used to derive trivial Deref, DerefMut, AsRef and AsMut implementations. However, it requires 3.3s to compile on my machine and much more if you count all its dependencies.
Would you accept a PR that replaces these derives with hand-written (or macro_rules!-produced) implementations?
This dependency is only used to derive trivial
Deref
,DerefMut
,AsRef
andAsMut
implementations. However, it requires 3.3s to compile on my machine and much more if you count all its dependencies.Would you accept a PR that replaces these derives with hand-written (or
macro_rules!
-produced) implementations?Related: denoland/rust-urlpattern#47
The text was updated successfully, but these errors were encountered: