Skip to content

Commit bc547f2

Browse files
committed
fix: add missing Category and category imports to convert.rs
1 parent aadfca9 commit bc547f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgls_splinter/src/convert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use pgls_diagnostics::{DatabaseObjectOwned, Severity};
1+
use pgls_diagnostics::{Category, DatabaseObjectOwned, Severity, category};
22
use serde_json::Value;
33

44
use crate::{SplinterAdvices, SplinterDiagnostic, SplinterQueryResult};

0 commit comments

Comments
 (0)