Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillt committed Jan 2, 2024
1 parent 30aad84 commit 0f003da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use std::env::current_dir;
use std::fs::{canonicalize, create_dir_all, metadata, File};
use std::future::Future;
use std::io::prelude::*;
use std::io::BufReader;
use std::path::{Path, PathBuf};
Expand All @@ -11,11 +10,8 @@ use arklib::id::ResourceId;
use arklib::index::ResourceIndex;
use arklib::pdf::PDFQuality;
use clap::{Parser, Subcommand};
use core::pin::pin;
use fs_extra::dir::{self, CopyOptions};
use home::home_dir;
use std::task::Context;
use std::task::Poll;
use url::Url;

#[derive(Parser, Debug)]
Expand Down

0 comments on commit 0f003da

Please sign in to comment.