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 fb8754b commit 0438acfCopy full SHA for 0438acf
lib/router-config/src/primitives/expression.rs
@@ -1,6 +1,6 @@
1
use once_cell::sync::Lazy;
2
-use schemars::{JsonSchema, Schema, SchemaGenerator, json_schema};
3
-use serde::{Deserialize, Serialize, ser::SerializeStruct};
+use schemars::{json_schema, JsonSchema, Schema, SchemaGenerator};
+use serde::{ser::SerializeStruct, Deserialize, Serialize};
4
use std::{borrow::Cow, collections::BTreeMap};
5
use vrl::{
6
compiler::{compile as vrl_compile, Program as VrlProgram, TargetValue as VrlTargetValue},
0 commit comments