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 36e66ca commit a5193efCopy full SHA for a5193ef
1 file changed
src/lib.rs
@@ -5,7 +5,7 @@
5
6
use asimov_module::{prelude::*, tracing};
7
use core::error::Error;
8
-use serde_json::{json, Value};
+use serde_json::{Value, json};
9
10
#[derive(Clone, Debug, bon::Builder)]
11
#[builder(on(String, into))]
0 commit comments