Update path to dump-syntax main.rs in example invocation

This commit is contained in:
David Tolnay 2019-03-09 22:21:45 -08:00
parent ddc51f1c3d
commit f91eab457c
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Use the following command from this directory to test this program by running it
on its own source code:
```
cargo run -- main.rs
cargo run -- src/main.rs
```
The output will begin with:

View File

@ -4,7 +4,7 @@
//! Use the following command from this directory to test this program by
//! running it on its own source code:
//!
//! cargo run -- main.rs
//! cargo run -- src/main.rs
//!
//! The output will begin with:
//!