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 06da729 commit 99ec7e2Copy full SHA for 99ec7e2
crates/pg_workspace_new/src/workspace/server/store.rs
@@ -6,6 +6,7 @@ use super::{
6
};
7
8
pub(crate) trait Store<T> {
9
+ #[allow(dead_code)]
10
fn fetch(&self, statement: &StatementRef) -> Option<Arc<T>>;
11
12
fn add_statement(&self, statement: &Statement);
0 commit comments