mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
all the clippy fixes
This commit is contained in:
parent
94a33c91dc
commit
754521c4c3
14 changed files with 93 additions and 120 deletions
|
@ -109,7 +109,7 @@ impl Pools {
|
|||
.unwrap_or_else(|| panic!("Compiler bug: could not find pool at rank {}", rank))
|
||||
}
|
||||
|
||||
pub fn iter<'a>(&'a self) -> std::slice::Iter<'a, Vec<Variable>> {
|
||||
pub fn iter(&self) -> std::slice::Iter<'_, Vec<Variable>> {
|
||||
self.0.iter()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue