mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-01 04:10:24 +00:00
Cleanup unused deserialize
This commit is contained in:
parent
d9adfbf80f
commit
7859cb17c6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ use crate::{
|
|||
use anyhow::{anyhow, Context, Result};
|
||||
use glob::glob_with;
|
||||
use reqwest::Url;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use serde::Serialize;
|
||||
use shellexpand::tilde;
|
||||
use std::path::Path;
|
||||
use std::path::PathBuf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue