mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
add fmt error
This commit is contained in:
parent
de5d46d3c7
commit
fbd140a706
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue