Skip to content

chore(release): 0.14.12 #492

chore(release): 0.14.12

chore(release): 0.14.12 #492

GitHub Actions / clippy failed Jun 1, 2025 in 0s

clippy

26 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 26
Warning 0
Note 0
Help 0

Versions

  • rustc 1.87.0 (17067e9ac 2025-05-09)
  • cargo 1.87.0 (99624be96 2025-05-06)
  • clippy 0.1.87 (17067e9ac6 2025-05-09)

Annotations

Check failure on line 578 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:578:1
    |
578 |     For example for a one off command you might run:
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 563 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:563:1
    |
563 |     You can work on the first chapter worth of lines and rebuild the book quickly, then turn it off to regenerate the whole book.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 562 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:562:1
    |
562 |     This is useful when styling a book.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 553 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:553:1
    |
553 |     Raster image generation can take time, this skips those steps and just assumes no graphical covers are present.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 542 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:542:1
    |
542 |     See SILE documentation for details.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 539 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:539:1
    |
539 |     Shell scripts will run with `set -x`, programs that have them will be run with debug flags turned on, etc.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 529 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:529:1
    |
529 |     I use this to pay our translators, editors, etc.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 528 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:528:1
    |
528 |     This computes the current character and word counts and compares them with each previous commit and shows a report crediting the auth...
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 521 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:521:1
    |
521 |     Some output formats (notably PDF) will syntax highlight any additions/removals.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 520 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:520:1
    |
520 |     Any differences (at the character level) will be marked up using CriticMarkup syntax.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 519 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:519:1
    |
519 |     When pre-processing the source of books, the current commit will be compared to the branch (or commit) defined by PARENT.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 510 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:510:1
    |
510 |     Books are only typeset in one pass, so TOC’s may be out of date, cover images are generated at 17th final resolution, 3D renderings a...
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 490 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:490:1
    |
490 |     Possible options are anything that ImageMagick understands, so South, SouthWest, NorthEast, etc.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 455 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:455:1
    |
455 |     To built "the works":
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 446 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:446:1
    |
446 |     Optionally CaSILE can ‘install’ finished resources to some other location.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 441 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:441:1
    |
441 |     It is unlikely you would ever want to change this.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 438 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:438:1
    |
438 |     Sources will be examined here and the build process will run here.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 435 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:435:1
    |
435 |     This is mostly useful for doing development work on CaSILE itself.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 434 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:434:1
    |
434 |     Typically the value set automatically based on the CaSILE installation will be sufficient.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 433 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:433:1
    |
433 |     Path from which shared resource files are loaded from.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 418 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:418:1
    |
418 |     You don’t want the extensions here, just the basenames of books to be built:
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 411 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:411:1
    |
411 |     You can manually set this with a list:
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 410 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:410:1
    |
410 |     This helps dodge things like `README.md` files that are not the focus of the meat of a project.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 405 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:405:1
    |
405 |     Submitting them upstream would also me much appreciated.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items

Check failure on line 404 in src/../README.md

See this annotation in the file changed.

@github-actions github-actions / clippy

doc list item overindented

error: doc list item overindented
   --> src/../README.md:404:1
    |
404 |     At this time localizations are only included for Turkish, but they are easy enough to add to your project.
    | ^^^^ help: try using `  ` (2 spaces)
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items