Skip to content

Commit

Permalink
fix: clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Oct 11, 2023
1 parent 8883afe commit c097af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/build.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use assembly::{ast::ModuleAst, Library, LibraryNamespace, MaslLibrary, Version};
use std::{env, collections::BTreeMap, fs, io, path::Path};
use std::{collections::BTreeMap, env, fs, io, path::Path};

mod md_renderer;
use md_renderer::MarkdownRenderer;
Expand Down

0 comments on commit c097af7

Please sign in to comment.