From 81562f186e389a6e3e2a35dc535fbdd21f61f7e0 Mon Sep 17 00:00:00 2001 From: Daniel Trstenjak Date: Fri, 8 May 2015 09:24:03 +0200 Subject: [PATCH 1/2] Add rusty-tags to tools section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c27d7e..065d0c4 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,7 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) * [Manishearth/rust-clippy](https://github.com/Manishearth/rust-clippy) — a collection of lints that catch newbie mistakes and oversights during the build * [nrc/rustfmt](https://github.com/nrc/rustfmt) — a Rust code formatter [](https://travis-ci.org/nrc/rustfmt) * [phildawes/racer](https://github.com/phildawes/racer) — code completion for Rust [](https://travis-ci.org/phildawes/racer) +* [dan-t/rusty-tags](https://github.com/dan-t/rusty-tags.git) - create ctags/etags for a cargo project and all of its dependencies ### IDE From a7285594ceb6533b4c5cf8fc2c4ec37b32264e2d Mon Sep 17 00:00:00 2001 From: Daniel Trstenjak Date: Fri, 8 May 2015 09:27:33 +0200 Subject: [PATCH 2/2] Fix formating of rusty-tags entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 065d0c4..995b68e 100644 --- a/README.md +++ b/README.md @@ -258,7 +258,7 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) * [Manishearth/rust-clippy](https://github.com/Manishearth/rust-clippy) — a collection of lints that catch newbie mistakes and oversights during the build * [nrc/rustfmt](https://github.com/nrc/rustfmt) — a Rust code formatter [](https://travis-ci.org/nrc/rustfmt) * [phildawes/racer](https://github.com/phildawes/racer) — code completion for Rust [](https://travis-ci.org/phildawes/racer) -* [dan-t/rusty-tags](https://github.com/dan-t/rusty-tags.git) - create ctags/etags for a cargo project and all of its dependencies +* [dan-t/rusty-tags](https://github.com/dan-t/rusty-tags.git) — create ctags/etags for a cargo project and all of its dependencies ### IDE