From b5be241babf14b39e0680de619697f114dcbe033 Mon Sep 17 00:00:00 2001 From: jinxdash Date: Sat, 27 Aug 2022 14:10:26 +0200 Subject: [PATCH] Update main.rs --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index fb3e941..63fc8d7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -65,6 +65,7 @@ lazy_static! { "https://gitlab.com/ttyperacer/terminal-typeracer".to_string(), // GitLab repo with >40 stars. "https://github.com/esp-rs".to_string(), // Espressif Rust Organization (Organizations have no stars). "https://github.com/arkworks-rs".to_string(), // Rust ecosystem for zkSNARK programming (Organizations have no stars) + "https://marketplace.visualstudio.com/items?itemName=jinxdash.prettier-rust".to_string(), // https://github.com/jinxdash/prettier-plugin-rust has >50 stars ]; }