Drop unnecessary comment

This commit is contained in:
Richard Feldman 2024-10-21 21:22:58 -04:00
parent 728a475d1b
commit ab17bfc260
No known key found for this signature in database
GPG key ID: DAC334802F365236

View file

@ -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;