Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Dec 11, 2024
1 parent 06da729 commit 99ec7e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/pg_workspace_new/src/workspace/server/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use super::{
};

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

fn add_statement(&self, statement: &Statement);
Expand Down

0 comments on commit 99ec7e2

Please sign in to comment.