From 8dc501b12028082272c0ee29ebfaf2bbf3f830fc Mon Sep 17 00:00:00 2001 From: David Wolinsky Date: Sat, 16 Nov 2024 10:44:49 -0800 Subject: [PATCH] Update RUST_CODING_STYLE.md --- RUST_CODING_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RUST_CODING_STYLE.md b/RUST_CODING_STYLE.md index 9cb67b77d7549..92dc2d8119dd7 100644 --- a/RUST_CODING_STYLE.md +++ b/RUST_CODING_STYLE.md @@ -12,7 +12,7 @@ The `--check` flag can be used to check if the code is formatted correctly. ./scripts/rust_lint.sh ``` -> **Note:** clippy is an alias for `cargo clippy` with additional flags to enable more lints. +> **Note:** xclippy is an alias for `cargo clippy` with additional flags to enable more lints. ## Code documentation