radicle: schemars test should be behind feature flag
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 {
|
|
|
|
|
|
| + | |
|
|
|
|
|