Skip to content

Commit 9b08f0e

Browse files
committed
fix clippy::doc-overindented-list-items
1 parent 0b7d8ab commit 9b08f0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: src/bootstrap/src/core/build_steps/toolstate.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -354,12 +354,12 @@ fn read_old_toolstate() -> Vec<RepoState> {
354354
/// 1. Generate a new Personal access token:
355355
///
356356
/// * Login to the bot account, and go to Settings -> Developer settings ->
357-
/// Personal access tokens
357+
/// Personal access tokens
358358
/// * Click "Generate new token"
359359
/// * Enable the "public_repo" permission, then click "Generate token"
360360
/// * Copy the generated token (should be a 40-digit hexadecimal number).
361-
/// Save it somewhere secure, as the token would be gone once you leave
362-
/// the page.
361+
/// Save it somewhere secure, as the token would be gone once you leave
362+
/// the page.
363363
///
364364
/// 2. Update the variable group in Azure Pipelines
365365
///
@@ -368,7 +368,7 @@ fn read_old_toolstate() -> Vec<RepoState> {
368368
/// 4. Replace the email address below if the bot account identity is changed
369369
///
370370
/// * See <https://help.github.com/articles/about-commit-email-addresses/>
371-
/// if a private email by GitHub is wanted.
371+
/// if a private email by GitHub is wanted.
372372
fn commit_toolstate_change(builder: &Builder<'_>, current_toolstate: &ToolstateData) {
373373
let message = format!("({} CI update)", OS.expect("linux/windows only"));
374374
let mut success = false;

0 commit comments

Comments
 (0)