about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorDeadbeef <ent3rm4n@gmail.com>2022-04-14 00:13:36 +1000
committerLukas Wirth <lukastw97@gmail.com>2022-04-13 16:55:10 +0200
commit8b60bf676451d22d6e48d2b995c2dfec126e7575 (patch)
treea1fb1ce1e237cd4dc714bf9639391edd7b01ba6f /docs
parentac736dc667b079e629ad629654956f87c2e08c9a (diff)
downloadrust-8b60bf676451d22d6e48d2b995c2dfec126e7575.tar.gz
rust-8b60bf676451d22d6e48d2b995c2dfec126e7575.zip
Update CI for Rust bors
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index 8d4d1d7a252..4a047e57a00 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -66,7 +66,7 @@ If `cargo test` passes locally, that's a good sign that CI will be green as well
 The only exception is that some long-running tests are skipped locally by default.
 Use `env RUN_SLOW_TESTS=1 cargo test` to run the full suite.
 
-We use bors-ng to enforce the [not rocket science](https://graydon2.dreamwidth.org/1597.html) rule.
+We use bors to enforce the [not rocket science](https://graydon2.dreamwidth.org/1597.html) rule.
 
 ## Launching rust-analyzer