mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Remove redundant import
This commit is contained in:
parent
214b8a30a9
commit
22be349392
1 changed files with 0 additions and 2 deletions
|
@ -1244,8 +1244,6 @@ fn module_not_found<'b>(
|
||||||
name: &ModuleName,
|
name: &ModuleName,
|
||||||
options: MutSet<Box<str>>,
|
options: MutSet<Box<str>>,
|
||||||
) -> RocDocBuilder<'b> {
|
) -> RocDocBuilder<'b> {
|
||||||
use crate::error::r#type::suggest;
|
|
||||||
|
|
||||||
let mut suggestions =
|
let mut suggestions =
|
||||||
suggest::sort(name.as_str(), options.iter().map(|v| v.as_ref()).collect());
|
suggest::sort(name.as_str(), options.iter().map(|v| v.as_ref()).collect());
|
||||||
suggestions.truncate(4);
|
suggestions.truncate(4);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue