Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
radicle: schemars test should be behind feature flag
Merged fintohaps opened 11 months ago

A #[cfg(feature = "schemars")] was missed in the profile/config.rs module since it was part of the test module.

1 file changed +1 -0 5b4cbc2c c57d43f2
modified radicle/src/profile/config.rs
@@ -365,6 +365,7 @@ impl From<String> for ConfigPath {
#[cfg(test)]
#[allow(clippy::unwrap_used)]
mod test {
+
    #[cfg(feature = "schemars")]
    #[test]
    fn schema() {
        use super::Config;