Skip to content

Commit

Permalink
chore: bump rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Jan 25, 2024
1 parent d84a94f commit 3272418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/bellpepper-core/src/lc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ impl<T> Indexer<T> {
}

pub fn iter(&self) -> impl Iterator<Item = (&usize, &T)> + '_ {
#[allow(clippy::map_identity)]
self.values.iter().map(|(key, value)| (key, value))
}

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
profile = "default"
channel = "1.73"
channel = "1.75"

0 comments on commit 3272418

Please sign in to comment.