We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadfca9 commit bc547f2Copy full SHA for bc547f2
crates/pgls_splinter/src/convert.rs
@@ -1,4 +1,4 @@
1
-use pgls_diagnostics::{DatabaseObjectOwned, Severity};
+use pgls_diagnostics::{Category, DatabaseObjectOwned, Severity, category};
2
use serde_json::Value;
3
4
use crate::{SplinterAdvices, SplinterDiagnostic, SplinterQueryResult};
0 commit comments