Move plugins to feature-gate (#2599)
This PR: - Reduces our dependency count for a release build by 20% - Reduces our release compile time by about 30s (out of ~5 minutes)
This commit is contained in:
parent
db5bb4ec03
commit
3d02f7ce5f
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ mod elixir;
|
|||
mod go;
|
||||
mod html;
|
||||
mod json;
|
||||
#[cfg(feature = "plugin_runtime")]
|
||||
mod language_plugin;
|
||||
mod lua;
|
||||
mod python;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue