Skip to content

Commit c084c58

Browse files
lindt
1 parent 4225d56 commit c084c58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/pgt_workspace/src/workspace/server/sql_function.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub struct SQLFunctionArg {
1515

1616
#[derive(Debug, Clone)]
1717
pub struct SQLFunctionSignature {
18+
#[allow(dead_code)]
1819
pub schema: Option<String>,
1920
pub name: String,
2021
pub args: Vec<SQLFunctionArg>,

0 commit comments

Comments
 (0)