fren_gor
Results
2
issues of
fren_gor
This PR adds the `all-features` subcommand to allow cargo-all-features to work with arbitrary cargo subcommands like Clippy and Miri. **Syntax:** ``` cargo all-features ``` This also adds the `--feature-flags-last` flag...
When there are no libraries declared in the `plugin.yml` of a plugin, the `PluginClassLoader.libraryLoader` field is initialized to a null value. Since it's marked as final, it's impossible to use...