From 9907ea3ac372847a17b057493633a5b5ce366ad5 Mon Sep 17 00:00:00 2001 From: Thanh Tien Date: Sun, 14 Jan 2018 03:40:52 +0700 Subject: [PATCH] rust: fix link and label for rustfmt and rust-clippy (#180) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36e62b0..6520997 100644 --- a/README.md +++ b/README.md @@ -152,8 +152,8 @@ If you are looking to contribute then explore this list, look at [`first-timers- ## Rust - [Servo](https://github.com/servo/servo/labels/E-easy) _(label: E-easy)_
A browser engine designed for applications including embedded use. -- [Rust-Clippy](https://github.com/Manishearth/rust-clippy/labels/E-easy) _(label: E-easy)_
A bunch of lints to catch common mistakes and improve Rust code -- [Rustfmt](https://github.com/rust-lang-nursery/rustfmt/labels/easy) _(label: easy)_
A tool for formatting Rust code according to style guidelines. +- [Rust-Clippy](https://github.com/rust-lang-nursery/rust-clippy/labels/good%20first%20issue) _(label: good first issue)_
A bunch of lints to catch common mistakes and improve Rust code +- [Rustfmt](https://github.com/rust-lang-nursery/rustfmt/labels/good-first-issue) _(label: good-first-issue)_
A tool for formatting Rust code according to style guidelines. - [Iron](https://github.com/iron/iron/labels/easy) _(label: easy)_
An extensible, concurrent web framework for Rust ## Scala