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
transpile: add tcfg: &TranspilerConfig to fn TypeConverter::new to simplify creation
There doesn't seem to be a point in calling `TypeConvert::new()` and then setting fields,
vs. just setting them in `fn new` to begin with.
We already don't want to `impl Default`.
0 commit comments