Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/nomicon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3ff384320598bbe8d8cfe5cb8f18f78a3a3e6b15
Choose a base ref
...
head repository: rust-lang/nomicon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 57ed4473660565d9357fcae176b358d7e8724ebf
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 18, 2025

  1. Fix unknown field author error when building the book

    using mdbook in main (v0.5.x)
    
    ```log
    2025-08-18 19:56:41 [ERROR] (mdbook_core::utils): Error: Invalid configuration file
    2025-08-18 19:56:41 [ERROR] (mdbook_core::utils):       Caused By: TOML parse error at line 2, column 1
      |
    2 | author = "The Rust Project Developers"
      | ^^^^^^
    unknown field `author`, expected one of `title`, `authors`, `description`, `src`, `language`, `text-direction`
    ```
    
    Signed-off-by: Hollow Man <[email protected]>
    HollowMan6 committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    78b10ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #500 from HollowMan6/master

    Fix unknown field `author` error when building the book
    ehuss authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    57ed447 View commit details
    Browse the repository at this point in the history
Loading