From 1214cdfa1bfa32c4880318d000cb8e37fe1d22fb Mon Sep 17 00:00:00 2001 From: Ahmad Afuni Date: Tue, 8 Apr 2025 08:33:49 +1000 Subject: [PATCH] chore(qol): add rust-analyzer.toml (#187) * Add rust-analyzer.toml * Paraphrase config --- rust-analyzer.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 rust-analyzer.toml diff --git a/rust-analyzer.toml b/rust-analyzer.toml new file mode 100644 index 0000000..5195be7 --- /dev/null +++ b/rust-analyzer.toml @@ -0,0 +1 @@ +imports.prefix = "crate"