mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
Remove cargo fmt error
This was added to test the 'Formatting' action. It works :)
This commit is contained in:
parent
e2320fb9aa
commit
75fd0ff83a
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