Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
patch: Remove unused feature cfg
Erik Kundt committed 2 years ago
commit a039565ba7e6ab45788634cf1981db632883c202
parent 8438ada13dcd77492ba9bb9456cba7e00f933b90
1 file changed +0 -1
modified bin/commands/patch.rs
@@ -144,7 +144,6 @@ impl Args for Options {
    }
}

-
#[cfg(feature = "flux")]
#[tokio::main]
pub async fn run(options: Options, _ctx: impl terminal::Context) -> anyhow::Result<()> {
    use radicle::storage::ReadStorage;