Skip to content

Commit 5f08420

Browse files
committed
fix: build error
1 parent 9f15953 commit 5f08420

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/pg_lsp/src/server/debouncer/thread.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(dead_code)]
2+
13
use std::sync::atomic::{AtomicBool, Ordering};
24
use std::sync::{Arc, Mutex};
35
use std::thread::{self, JoinHandle};

0 commit comments

Comments
 (0)