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 dc6b00d commit ba0ab05Copy full SHA for ba0ab05
cli/src/config.rs
@@ -131,9 +131,9 @@ mod tests {
131
#[test]
132
// TODO assert insta snapshot
133
fn generate_json_schema() {
134
+ use crate::config::Config;
135
use std::fs;
136
- use crate::config::Config;
137
let config_schema = schemars::schema_for!(Config);
138
let config_schema_json = serde_json::to_string_pretty(&config_schema).unwrap();
139
fs::write("json-schema/config.json", config_schema_json).unwrap();
0 commit comments