Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lucarlig committed Aug 26, 2024
1 parent 8182e42 commit 5d1d797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mate"
version = "0.1.4"
version = "0.1.5"
authors = [
"Cameron Low <[email protected]>",
"Luca Carlig <[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion lints/par_iter/ui/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ pub fn complex_long_chain() {
let multiplier = 2;
let threshold = 5;
let my_string = "Hello".to_string();
let my_enum = MyEnum::B; // Construct the enum variant
let my_enum: MyEnum = MyEnum::B; // Construct the enum variant

data.iter()
.map(|&x| {
Expand Down

0 comments on commit 5d1d797

Please sign in to comment.