mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-08-03 23:28:14 +00:00
refactor(server): fix for clippy
This commit is contained in:
parent
5a672ddf71
commit
42354d8ec5
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ pub struct Log;
|
|||
impl Log {
|
||||
fn log_dir() -> PathBuf {
|
||||
let home_dir = dirs::home_dir().unwrap();
|
||||
let log_path = home_dir.join(".config/testing_language_server/logs");
|
||||
log_path
|
||||
|
||||
home_dir.join(".config/testing_language_server/logs")
|
||||
}
|
||||
|
||||
pub fn init() -> Result<WorkerGuard, anyhow::Error> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue