Skip to content

Commit 5d1d797

Browse files
committed
0.1.5
1 parent 8182e42 commit 5d1d797

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mate"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = [
55
"Cameron Low <cameron.low.2018@bristol.ac.uk>",
66
"Luca Carlig <luca.carlig@huawei.com",

lints/par_iter/ui/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ pub fn complex_long_chain() {
217217
let multiplier = 2;
218218
let threshold = 5;
219219
let my_string = "Hello".to_string();
220-
let my_enum = MyEnum::B; // Construct the enum variant
220+
let my_enum: MyEnum = MyEnum::B; // Construct the enum variant
221221

222222
data.iter()
223223
.map(|&x| {

0 commit comments

Comments
 (0)