diff --git a/cli/src/settings/util.rs b/cli/src/settings/util.rs index 85d2e1d52..1b717694a 100644 --- a/cli/src/settings/util.rs +++ b/cli/src/settings/util.rs @@ -1,5 +1,5 @@ use anyhow::{anyhow, bail, Result}; -use toml::value::Table; +use toml::value::{Table}; /// Check that the input is a table and contains no keys not in the given list, returning /// the table.