diff options
author | Guillaume Pasquet <dev@etenil.net> | 2022-02-16 13:56:40 +0000 |
---|---|---|
committer | Guillaume Pasquet <dev@etenil.net> | 2022-02-16 13:56:40 +0000 |
commit | 47fd1e1985faa8d3251674c4ea92e11797da5866 (patch) | |
tree | 0834fca8780992f075dfbe6b4146189874e238f6 /src/executor.rs | |
parent | 39b1ad964e03ec813c27708b2b1f8e952dfe3f00 (diff) |
Fix: pick up list of files instead of hard-coded thing
Diffstat (limited to 'src/executor.rs')
-rw-r--r-- | src/executor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/executor.rs b/src/executor.rs index ef97ace..d330419 100644 --- a/src/executor.rs +++ b/src/executor.rs @@ -1,4 +1,4 @@ -use crate::barbfile::{BarbFile, Header}; +use crate::barbfile::BarbFile; use std::collections::HashMap; use ureq; |