Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: schemars test should be behind feature flag
Fintan Halpenny committed 11 months ago
commit c57d43f2f5e8b3b0320364062a48b6012501256a
parent 5b4cbc2cd87919020e7c4600f3a1c0f0c8fccb5a
1 file changed +1 -0
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;