Use more conventional crate layout for dump-syntax

This commit is contained in:
David Tolnay 2019-03-02 00:30:08 -08:00
parent 558d7baa6a
commit c2ddaaf1c0
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 0 additions and 4 deletions

View File

@ -14,8 +14,4 @@ features = ["parsing", "full", "extra-traits"]
version = "0.4.27"
features = ["span-locations"]
[[bin]]
name = "dump-syntax"
path = "main.rs"
[workspace]