From 80f984addc8c35a2fb2db74ec3c542ca9a657c2a Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 18 Nov 2024 07:31:13 +0100 Subject: [PATCH] cleanup: remove todo comment --- rocks-lib/src/config/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rocks-lib/src/config/mod.rs b/rocks-lib/src/config/mod.rs index 46aca04c..3685c185 100644 --- a/rocks-lib/src/config/mod.rs +++ b/rocks-lib/src/config/mod.rs @@ -94,7 +94,6 @@ impl Display for LuaVersion { #[error("could not find a valid home directory")] pub struct NoValidHomeDirectory; -// TODO: Make all fields private and add getters that return references to the data - they needn't be modified at runtime. pub struct Config { enable_development_rockspecs: bool, server: String,