]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_ast_pretty/Cargo.toml
Fix typo/inaccuracy in the documentation of Iterator::skip_while
[rust.git] / compiler / rustc_ast_pretty / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_ast_pretty"
4 version = "0.0.0"
5 edition = "2018"
6
7 [lib]
8 doctest = false
9
10 [dependencies]
11 tracing = "0.1"
12 rustc_span = { path = "../rustc_span" }
13 rustc_ast = { path = "../rustc_ast" }