diff --git a/.cargo/config_fast_builds.toml b/.cargo/config_fast_builds.toml index 372a97d370..878f9084b3 100644 --- a/.cargo/config_fast_builds.toml +++ b/.cargo/config_fast_builds.toml @@ -145,7 +145,7 @@ rustflags = [ # [profile.dev] # debug = 1 -# This is enables you to run the CI tool using `cargo ci`. +# This enables you to run the CI tool using `cargo ci`. # This is not enabled by default, you need to copy this file to `config.toml`. [alias] ci = "run --package ci --"