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 1dcb8d7 commit 60fd54eCopy full SHA for 60fd54e
crates/pgls_splinter/src/convert.rs
@@ -1,4 +1,4 @@
1
-use pgls_diagnostics::{category, Category, Severity};
+use pgls_diagnostics::{Category, Severity, category};
2
use serde_json::Value;
3
4
use crate::{SplinterAdvices, SplinterDiagnostic, SplinterQueryResult};
crates/pgls_splinter/tests/diagnostics.rs
@@ -1,6 +1,6 @@
use pgls_console::fmt::{Formatter, HTML};
use pgls_diagnostics::{Diagnostic, LogCategory, Visit};
-use pgls_splinter::{run_splinter, SplinterParams};
+use pgls_splinter::{SplinterParams, run_splinter};
use sqlx::PgPool;
5
use std::fmt::Write;
6
use std::io;
0 commit comments