Closed Philippe-Cholet closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.35%. Comparing base (
6814180
) to head (4588c02
). Report is 94 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
942 lead me to check our macro hygiene.
core
and usesitertools::chain!
then there is a conflict! I improve our macro hygiene test by adding (empty) modules with all the names we might be tempted to use. Without changingcore
inchain!
, the test failed!.map
and.zip
absolutely impossible? Seems more bulletproof to me that way. EDIT: Found https://github.com/rust-itertools/itertools/pull/525#discussion_r584338246 which seems to indicate I'm right to use qualified paths.PS: This is my π―th merged PR. π