about summary refs log tree commit diff
path: root/src/tools/clippy
blob: 8c0e038f6f25e0d8db8e24bcd37b4b11ca9665c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tree 635972c43cf6b84a4de09148da48732629319808
parent dbaa6f0a4739f6aacc40822e91d2c2197e0fb86b
parent 32e877ce13c2e502c4d09f31a21cda0a8b2a1c7f
author bors <bors@rust-lang.org> 1556183806 +0000
committer bors <bors@rust-lang.org> 1556183806 +0000

Auto merge of #4029 - phansch:update_pulldown_cmark, r=oli-obk

Update pulldown_cmark to 0.5

We now no longer have to use our own wrapper around `Parser` and can use
the new `OffsetIter`.

changelog: none