mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
fix clippy's newly-learned warnings
This commit is contained in:
parent
0a1cf805f9
commit
0191910715
3 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
use bumpalo::Bump;
|
use bumpalo::Bump;
|
||||||
use roc_builtins::std::Mode;
|
use roc_builtins::std::Mode;
|
||||||
use roc_builtins::std::StdLib;
|
use roc_builtins::std::StdLib;
|
||||||
use roc_can;
|
|
||||||
use roc_can::constraint::Constraint;
|
use roc_can::constraint::Constraint;
|
||||||
use roc_can::def::Declaration;
|
use roc_can::def::Declaration;
|
||||||
use roc_can::module::{canonicalize_module_defs, ModuleOutput};
|
use roc_can::module::{canonicalize_module_defs, ModuleOutput};
|
||||||
|
|
|
@ -2,7 +2,6 @@ use crate::layout::{Builtin, Layout};
|
||||||
use crate::pattern::{Ctor, Guard, RenderAs, TagId};
|
use crate::pattern::{Ctor, Guard, RenderAs, TagId};
|
||||||
use bumpalo::collections::Vec;
|
use bumpalo::collections::Vec;
|
||||||
use bumpalo::Bump;
|
use bumpalo::Bump;
|
||||||
use roc_can;
|
|
||||||
use roc_collections::all::{MutMap, MutSet};
|
use roc_collections::all::{MutMap, MutSet};
|
||||||
use roc_module::ident::{Ident, Lowercase, TagName};
|
use roc_module::ident::{Ident, Lowercase, TagName};
|
||||||
use roc_module::symbol::{IdentIds, ModuleId, Symbol};
|
use roc_module::symbol::{IdentIds, ModuleId, Symbol};
|
||||||
|
|
|
@ -1109,7 +1109,6 @@ fn problems_to_hint<'b>(
|
||||||
|
|
||||||
pub mod suggest {
|
pub mod suggest {
|
||||||
use core::convert::AsRef;
|
use core::convert::AsRef;
|
||||||
use distance;
|
|
||||||
use inlinable_string::InlinableString;
|
use inlinable_string::InlinableString;
|
||||||
use roc_module::ident::Lowercase;
|
use roc_module::ident::Lowercase;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue