Skip to content

Commit

Permalink
remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
FaveroFerreira committed Sep 16, 2023
1 parent 919c90d commit d7d6205
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ pub enum ConfigurationEntry {
UnsetEnv,
Table(HashMap<String, ConfigurationEntry>),
}

#[derive(Debug)]
pub struct DetailedConfigurationEntry {
pub env_val: String,
pub default: Option<TomlValue>,
}

0 comments on commit d7d6205

Please sign in to comment.