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
35: Add `num_traits` proc_macro helper for explicit import r=cuviper a=jean-airoldie
This allows the user to specify a identifier for the `num_traits` crate
so that the proc_macros can directly depend in it.
This is usefull when reexporting `num-derive` and using `num-trait` as
a transitive import.
Fixes#34.
CC. @vglavnyy
Co-authored-by: jean-airoldie <25088801+jean-airoldie@users.noreply.github.com>
Co-authored-by: Josh Stone <cuviper@gmail.com>
0 commit comments