diff options
Diffstat (limited to 'crates/shirabe/src/util/forgejo.rs')
| -rw-r--r-- | crates/shirabe/src/util/forgejo.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe/src/util/forgejo.rs b/crates/shirabe/src/util/forgejo.rs index 232c8f3..974fb4a 100644 --- a/crates/shirabe/src/util/forgejo.rs +++ b/crates/shirabe/src/util/forgejo.rs @@ -143,8 +143,6 @@ impl Forgejo { } // store value in local/user config - // TODO(phase-b): Config getters return references; cross-borrows of self.config.borrow() - // cannot live across method calls. Needs Rc<RefCell<dyn ConfigSourceInterface>> shape. let setting_key = format!("forgejo-token.{}", origin_url); { let mut cfg = self.config.borrow_mut(); |
