aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/config.rs')
-rw-r--r--crates/shirabe/src/config.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe/src/config.rs b/crates/shirabe/src/config.rs
index 1cfb8cc..d1f0702 100644
--- a/crates/shirabe/src/config.rs
+++ b/crates/shirabe/src/config.rs
@@ -41,8 +41,6 @@ pub struct Config {
warned_hosts: IndexMap<String, bool>,
/// @var array<string, true>
ssl_verify_warned_hosts: IndexMap<String, bool>,
- /// @var array<string, string>
- // TODO(phase-b): RefCell to allow `&self` access from Config::get / get_with_flags.
source_of_config_value: RefCell<IndexMap<String, String>>,
}