Skip to content

Commit 99ec7e2

Browse files
committed
fix build
1 parent 06da729 commit 99ec7e2

File tree

1 file changed

+1
-0
lines changed
  • crates/pg_workspace_new/src/workspace/server

1 file changed

+1
-0
lines changed

crates/pg_workspace_new/src/workspace/server/store.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use super::{
66
};
77

88
pub(crate) trait Store<T> {
9+
#[allow(dead_code)]
910
fn fetch(&self, statement: &StatementRef) -> Option<Arc<T>>;
1011

1112
fn add_statement(&self, statement: &Statement);

0 commit comments

Comments
 (0)