We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea1c18 commit 06f275cCopy full SHA for 06f275c
src/vonal_daemon/plugins/mod.rs
@@ -79,10 +79,10 @@ impl PluginManager {
79
vec![
80
#[cfg(feature = "math_plugin")]
81
"math_plugin".to_string(),
82
- #[cfg(feature = "launcher_plugin")]
83
- "launcher_plugin".to_string(),
84
#[cfg(feature = "pass_plugin")]
85
"pass_plugin".to_string(),
+ #[cfg(feature = "launcher_plugin")]
+ "launcher_plugin".to_string(),
86
],
87
)?;
88
0 commit comments