From ab6742662c5e25739dc3c57e0c1e148969118283 Mon Sep 17 00:00:00 2001 From: TornaxO7 Date: Sat, 20 Jan 2024 11:35:40 +0100 Subject: [PATCH] rustfix: remove due to archiving --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 75b0e35..90aaeaa 100644 --- a/README.md +++ b/README.md @@ -585,7 +585,6 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [ptags](https://github.com/dalance/ptags) — A parallel universal-ctags wrapper for git repository * [Racer](https://github.com/racer-rust/racer) — code completion for Rust * [Rust Search Extension](https://github.com/huhu/rust-search-extension) — A handy browser extension to search crates and docs in address bar (omnibox). [![Build Status](https://github.com/huhu/rust-search-extension/workflows/build/badge.svg?branch=master)](https://github.com/huhu/rust-search-extension/actions) -* [rust-lang/rustfix](https://github.com/rust-lang/rustfix) — automatically applies the suggestions made by rustc * [Rustup](https://github.com/rust-lang/rustup) — the Rust toolchain installer [![build badge](https://github.com/rust-lang/rustup/workflows/Linux%20(master)/badge.svg?branch=master)](https://github.com/rust-lang/rustup/actions) * [scriptisto](https://github.com/igor-petruk/scriptisto) A language-agnostic "shebang interpreter" that enables you to write one file scripts in compiled languages. [![Build Status](https://cloud.drone.io/api/badges/igor-petruk/scriptisto/status.svg)](https://cloud.drone.io/igor-petruk/scriptisto)