diff --git a/rust/.cargo/config.toml b/rust/.cargo/config.toml index bfd698fcf..56084d89a 100644 --- a/rust/.cargo/config.toml +++ b/rust/.cargo/config.toml @@ -2,6 +2,8 @@ d = "doc --no-deps" do = "doc --no-deps --open" +c = "clippy" + re = "run --example" # TEST