diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-02-07 14:19:13 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-02-07 14:19:13 +0100 |
| commit | 9730e785a885a4ab5fcc52ce705298654f82f9c2 (patch) | |
| tree | fcc6c09caf473ad5845f12805d5c914a43f890e2 /src/export | |
| parent | 5d05c3f68a32c4214661a6807a5358865f54f0af (diff) | |
Tidy up
Diffstat (limited to 'src/export')
| -rw-r--r-- | src/export/subset.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/export/subset.rs b/src/export/subset.rs index 68d45502..651ed52b 100644 --- a/src/export/subset.rs +++ b/src/export/subset.rs @@ -2,7 +2,6 @@ use std::borrow::Cow; use std::collections::HashSet; -use std::convert::{TryFrom, TryInto}; use std::iter; use std::ops::Range; |
