Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed May 1, 2024
1 parent 232fa11 commit 8ff3241
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/reader_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ use std::borrow::Cow;
use std::collections::BTreeMap;

use headers::HeaderMap;

use crate::has_headers::HasHeaders;
use serde::{Serialize, Serializer};

use crate::has_headers::HasHeaders;
use crate::path::PathString;
use crate::runtime::TargetRuntime;

Expand Down

0 comments on commit 8ff3241

Please sign in to comment.