diff options
| author | Matt Ickstadt <mattico8@gmail.com> | 2017-09-20 14:08:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-20 14:08:30 -0500 |
| commit | 5bafba47592688e1f0dce051326d33b5bc8491ba (patch) | |
| tree | 1e2067429cddfb2a69ce919fc595fb0ef9d67fc8 | |
| parent | 01c65cb15ac57bfdc91613a4f6032ecc76c402a3 (diff) | |
| download | rust-5bafba47592688e1f0dce051326d33b5bc8491ba.tar.gz rust-5bafba47592688e1f0dce051326d33b5bc8491ba.zip | |
Fix librusc/README.md diagram
| -rw-r--r-- | src/librustc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/README.md b/src/librustc/README.md index 59d346db4af..87de284d011 100644 --- a/src/librustc/README.md +++ b/src/librustc/README.md @@ -37,7 +37,7 @@ incremental improves that may change.) The dependency structure of these crates is roughly a diamond: -```` +``` rustc_driver / | \ / | \ |
