We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f15953 commit 5f08420Copy full SHA for 5f08420
crates/pg_lsp/src/server/debouncer/thread.rs
@@ -1,3 +1,5 @@
1
+#![allow(dead_code)]
2
+
3
use std::sync::atomic::{AtomicBool, Ordering};
4
use std::sync::{Arc, Mutex};
5
use std::thread::{self, JoinHandle};
0 commit comments