From 87537c984f0be3c17702ea42ec267a83909adc22 Mon Sep 17 00:00:00 2001 From: codebeehives Date: Wed, 3 Jan 2024 12:38:51 -0400 Subject: [PATCH 1/2] Update official.md --- src/official.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/official.md b/src/official.md index 922125d..4100ef1 100644 --- a/src/official.md +++ b/src/official.md @@ -29,6 +29,7 @@ Working groups: Other: * [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book/) +* [Clippy.rs](https://doc.rust-lang.org/nightly/clippy/development/infrastructure/book.html) * [Criterion.rs](https://bheisler.github.io/criterion.rs/book/getting_started.html) - statistics-driven micro-benchmarking * [mdBook](https://rust-lang.github.io/mdBook/) * [Polonius](https://rust-lang.github.io/polonius/) - experimental borrow checker crate From 6a59251d5c38e3265f4b4ff93f33900fa595572f Mon Sep 17 00:00:00 2001 From: Glyn Normington Date: Wed, 3 Jan 2024 16:50:23 +0000 Subject: [PATCH 2/2] Update src/official.md --- src/official.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/official.md b/src/official.md index 4100ef1..75e948d 100644 --- a/src/official.md +++ b/src/official.md @@ -29,7 +29,7 @@ Working groups: Other: * [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book/) -* [Clippy.rs](https://doc.rust-lang.org/nightly/clippy/development/infrastructure/book.html) +* [Clippy Documentation](https://doc.rust-lang.org/nightly/clippy/development/infrastructure/book.html) * [Criterion.rs](https://bheisler.github.io/criterion.rs/book/getting_started.html) - statistics-driven micro-benchmarking * [mdBook](https://rust-lang.github.io/mdBook/) * [Polonius](https://rust-lang.github.io/polonius/) - experimental borrow checker crate