##// END OF EJS Templates
rust-cpython: replace dyn Iterator<..> of sequence with concrete type...
rust-cpython: replace dyn Iterator<..> of sequence with concrete type We wouldn't care the cost of the dynamic dispatch, but I feel a concrete type helps understanding error messages.

File last commit:

r41001:5532823e default
r43157:706104dc default
Show More
rustfmt.toml
3 lines | 66 B | application/toml | TOMLLexer
max_width = 79
wrap_comments = true
error_on_line_overflow = true