Skip to content

Commit

Permalink
deploy: 40255b6
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Jan 27, 2024
1 parent 7a2138a commit 418131e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gsettings_macro/lib.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@
<span class="kw">let </span>schema_file_path = SpannedValue::into_inner(file_attr);

<span class="comment">// Parse schema list
</span><span class="kw">let </span>schema_file = File::open(<span class="kw-2">&amp;</span>schema_file_path).unwrap_or_else(|err| {
</span><span class="kw">let </span>schema_file = File::open(schema_file_path).unwrap_or_else(|err| {
<span class="macro">abort!</span>(file_attr_span, <span class="string">&quot;failed to open schema file: {}&quot;</span>, err);
});
<span class="kw">let </span>schema_list: SchemaList = quick_xml::de::from_reader(BufReader::new(schema_file))
Expand Down

0 comments on commit 418131e

Please sign in to comment.