Skip to content

Commit

Permalink
Commit from GitHub Actions (rtx)
Browse files Browse the repository at this point in the history
  • Loading branch information
mise-en-dev committed Dec 13, 2023
1 parent 6a53661 commit 98480fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plugins/core/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ pub static CORE_PLUGINS: Lazy<PluginMap> = Lazy::new(|| {
});

pub static EXPERIMENTAL_CORE_PLUGINS: Lazy<PluginMap> = Lazy::new(|| {
let plugins: Vec<Arc<dyn Plugin>> = vec![
Arc::new(ErlangPlugin::new()),
];
let plugins: Vec<Arc<dyn Plugin>> = vec![Arc::new(ErlangPlugin::new())];
plugins
.into_iter()
.map(|plugin| (plugin.name().to_string(), plugin))
Expand Down

0 comments on commit 98480fc

Please sign in to comment.