Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 21, 2025
1 parent cfdd162 commit 45fe738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ use serde::{
};
#[cfg(test)]
use serial_test::serial;
use std::collections::HashMap;
use std::env;
use std::io::{Read, Write};
use std::path::{Path, PathBuf};
use std::result::Result as StdResult;
use std::str::FromStr;
use std::sync::Mutex;
use std::time::Duration;
use std::{collections::HashMap, net::SocketAddr};

pub use crate::cache::PreprocessorCacheModeConfig;
use crate::errors::*;
Expand Down

0 comments on commit 45fe738

Please sign in to comment.