File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ error[E0277]: `()` doesn't implement `std::fmt::Display`
34
34
15 | <>{ for (0..3).map(|_| not_tree()) }</>
35
35
| ^^^^^^ `()` cannot be formatted with the default formatter
36
36
|
37
- ::: $WORKSPACE/yew/src/utils.rs:76 :8
37
+ ::: $WORKSPACE/yew/src/utils.rs:77 :8
38
38
|
39
- 76 | T: Into<R>,
39
+ 77 | T: Into<R>,
40
40
| ------- required by this bound in `yew::utils::into_node_iter`
41
41
|
42
42
= help: the trait `std::fmt::Display` is not implemented for `()`
Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ error[E0277]: `()` is not an iterator
71
71
18 | { for () }
72
72
| ^^ `()` is not an iterator
73
73
|
74
- ::: $WORKSPACE/yew/src/utils.rs:75 :9
74
+ ::: $WORKSPACE/yew/src/utils.rs:76 :9
75
75
|
76
- 75 | IT: IntoIterator<Item = T>,
76
+ 76 | IT: IntoIterator<Item = T>,
77
77
| ---------------------- required by this bound in `yew::utils::into_node_iter`
78
78
|
79
79
= help: the trait `std::iter::Iterator` is not implemented for `()`
You can’t perform that action at this time.
0 commit comments