diff options
| author | Ms2ger <ms2ger@gmail.com> | 2015-03-20 13:28:06 +0100 |
|---|---|---|
| committer | Ms2ger <ms2ger@gmail.com> | 2015-03-20 13:29:13 +0100 |
| commit | 3bdb5c3078a69becbf249739c8099ac9acb3513d (patch) | |
| tree | 491e28613359592ebc9063dd1f6d2ff4661d7c65 | |
| parent | 41a7177d6a4f54b690b057fc17d213300da15d5d (diff) | |
| download | rust-3bdb5c3078a69becbf249739c8099ac9acb3513d.tar.gz rust-3bdb5c3078a69becbf249739c8099ac9acb3513d.zip | |
Make librustc's markdown README.txt claim to be markdown.
This allows github to render it with formatting.
| -rw-r--r-- | src/librustc/README.md (renamed from src/librustc/README.txt) | 0 | ||||
| -rw-r--r-- | src/librustc_trans/README.txt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/README.txt b/src/librustc/README.md index 31812e19aee..31812e19aee 100644 --- a/src/librustc/README.txt +++ b/src/librustc/README.md diff --git a/src/librustc_trans/README.txt b/src/librustc_trans/README.txt index 3904db4433c..1f416d5404d 100644 --- a/src/librustc_trans/README.txt +++ b/src/librustc_trans/README.txt @@ -1 +1 @@ -See the README.txt in ../librustc. +See the README.md in ../librustc. |
