From fbd140a706cce79672ecfe215726ff3a7468ff2b Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sat, 2 Oct 2021 15:03:41 +0000 Subject: [PATCH] add fmt error --- cli/src/settings/util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.