mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
ce363bb6e6
itertools has `with_position` which does the same thing.
13 lines
254 B
TOML
13 lines
254 B
TOML
[package]
|
|
name = "rustc_ast_pretty"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
itertools = "0.11"
|
|
rustc_ast = { path = "../rustc_ast" }
|
|
rustc_span = { path = "../rustc_span" }
|
|
thin-vec = "0.2.12"
|
|
# tidy-alphabetical-end
|