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.
2 parents f88b0de + 3056542 commit eb105a5Copy full SHA for eb105a5
src/main.rs
@@ -102,14 +102,14 @@ fn run() -> Result<()> {
102
}
103
104
105
- let device = svd::parse(xml)?;
106
-
107
let config_filename = matches.value_of("config").unwrap_or("");
108
109
let cfg = with_toml_env(&matches, &[config_filename, "svd2rust.toml"]);
110
111
setup_logging(&cfg);
112
+ let device = svd::parse(xml)?;
+
113
let target = cfg
114
.grab()
115
.arg("target")
0 commit comments