about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2025-02-18 09:19:33 -0800
committerJosh Stone <jistone@redhat.com>2025-02-18 09:32:44 -0800
commit9b08f0eebb5d1f16069895bdb3c506c5078d17a5 (patch)
tree16617d43fa225425d7c310182453acb5fdd137df /src
parent0b7d8ab4c2ad07bc821e11f627db28d96e776f26 (diff)
downloadrust-9b08f0eebb5d1f16069895bdb3c506c5078d17a5.tar.gz
rust-9b08f0eebb5d1f16069895bdb3c506c5078d17a5.zip
fix `clippy::doc-overindented-list-items`
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/src/core/build_steps/toolstate.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bootstrap/src/core/build_steps/toolstate.rs b/src/bootstrap/src/core/build_steps/toolstate.rs
index 668133f05cb..a65623de95a 100644
--- a/src/bootstrap/src/core/build_steps/toolstate.rs
+++ b/src/bootstrap/src/core/build_steps/toolstate.rs
@@ -354,12 +354,12 @@ fn read_old_toolstate() -> Vec<RepoState> {
 ///   1. Generate a new Personal access token:
 ///
 ///       * Login to the bot account, and go to Settings -> Developer settings ->
-///           Personal access tokens
+///         Personal access tokens
 ///       * Click "Generate new token"
 ///       * Enable the "public_repo" permission, then click "Generate token"
 ///       * Copy the generated token (should be a 40-digit hexadecimal number).
-///           Save it somewhere secure, as the token would be gone once you leave
-///           the page.
+///         Save it somewhere secure, as the token would be gone once you leave
+///         the page.
 ///
 ///   2. Update the variable group in Azure Pipelines
 ///
@@ -368,7 +368,7 @@ fn read_old_toolstate() -> Vec<RepoState> {
 ///   4. Replace the email address below if the bot account identity is changed
 ///
 ///       * See <https://help.github.com/articles/about-commit-email-addresses/>
-///           if a private email by GitHub is wanted.
+///         if a private email by GitHub is wanted.
 fn commit_toolstate_change(builder: &Builder<'_>, current_toolstate: &ToolstateData) {
     let message = format!("({} CI update)", OS.expect("linux/windows only"));
     let mut success = false;