Skip to content

Commit

Permalink
cleanup: remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Nov 18, 2024
1 parent 5fb8991 commit 80f984a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rocks-lib/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 80f984a

Please sign in to comment.