about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-03-20 13:28:06 +0100
committerMs2ger <ms2ger@gmail.com>2015-03-20 13:29:13 +0100
commit3bdb5c3078a69becbf249739c8099ac9acb3513d (patch)
tree491e28613359592ebc9063dd1f6d2ff4661d7c65
parent41a7177d6a4f54b690b057fc17d213300da15d5d (diff)
downloadrust-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.txt2
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.