Remove cargo fmt error
This was added to test the 'Formatting' action. It works :)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user