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
The plugin source is currently split into two files, one of which is auto-generated by build.rs. The lib.rs is getting unwieldy. Time to browse for sets of functionality that can be put into their own modules, before navigating the source gets too cumbersome.
The text was updated successfully, but these errors were encountered:
No, I'm rather thinking about other random stuff, like our custom TyOcc + Hash + Equals implementation. The default type whitelist stuff is likely to be removed anyway when #100 is done.
And for the record, I don't think we should split our Mutator just yet. It may make sense once we want to deactivate certain mutations by configuration, but we don't have that yet, and I'm not convinced the extra complication is worth it.
The plugin source is currently split into two files, one of which is auto-generated by
build.rs
. Thelib.rs
is getting unwieldy. Time to browse for sets of functionality that can be put into their own modules, before navigating the source gets too cumbersome.The text was updated successfully, but these errors were encountered: