Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: `pub(super) should_fetch`
Fintan Halpenny committed 6 months ago
commit f540f7c6e8f69d8dc36a4013aa19cce00c3e4b32
parent d532c00e3445420139e52d78eeaa6c15be059dd6
1 file changed +1 -1
modified crates/radicle-cli/src/commands/seed/args.rs
@@ -57,7 +57,7 @@ pub struct Args {
}

impl Args {
-
    pub fn should_fetch(&self) -> bool {
+
    pub(super) fn should_fetch(&self) -> bool {
        match (self.fetch, self.no_fetch) {
            (true, false) => true,
            (false, true) => false,