add fmt error

This commit is contained in:
Dustin J. Mitchell 2021-10-02 15:03:41 +00:00
parent de5d46d3c7
commit fbd140a706

View file

@ -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.