Skip to content

Commit e0aee56

Browse files
authored
Merge pull request #140 from supabase/fix/fix-never-used-warning
fix unused warning
2 parents b01a494 + 611c0d5 commit e0aee56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrappers/src/stats.rs

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ fn get_stats_table() -> String {
4141
}
4242

4343
// increase stats value
44+
#[allow(dead_code)]
4445
pub(crate) fn inc_stats(fdw_name: &str, metric: Metric, inc: i64) {
4546
let sql = format!(
4647
"insert into {} as s (fdw_name, {}) values($1, $2)

0 commit comments

Comments
 (0)