mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Drop unnecessary comment
This commit is contained in:
parent
728a475d1b
commit
ab17bfc260
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use roc_solve::{
|
|||
module::{SolveConfig, SolveOutput},
|
||||
FunctionKind,
|
||||
};
|
||||
use std::fmt::Write as _; // import without risk of name clashing
|
||||
use std::fmt::Write as _;
|
||||
use std::path::PathBuf;
|
||||
use ven_pretty::DocAllocator;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue