File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ error[E0277]: `()` doesn't implement `std::fmt::Display`
343415 | <>{ for (0..3).map(|_| not_tree()) }</>
3535 | ^^^^^^ `()` cannot be formatted with the default formatter
3636 |
37- ::: $WORKSPACE/yew/src/utils.rs
37+ ::: $WORKSPACE/yew/src/utils.rs:77:8
3838 |
39- | T: Into<R>,
39+ 77 | T: Into<R>,
4040 | ------- required by this bound in `yew::utils::into_node_iter`
4141 |
4242 = 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
717118 | { for () }
7272 | ^^ `()` is not an iterator
7373 |
74- ::: $WORKSPACE/yew/src/utils.rs
74+ ::: $WORKSPACE/yew/src/utils.rs:76:9
7575 |
76- | IT: IntoIterator<Item = T>,
76+ 76 | IT: IntoIterator<Item = T>,
7777 | ---------------------- required by this bound in `yew::utils::into_node_iter`
7878 |
7979 = help: the trait `std::iter::Iterator` is not implemented for `()`
You can’t perform that action at this time.
0 commit comments