Skip to content

Commit

Permalink
Correct missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed May 22, 2024
1 parent 31f5015 commit eb24df0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/criticalup_toml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ A typical ``criticalup.toml`` manifest looks like this:
"cargo-${rustc-host}",
"rustc-${rustc-host}",
"rust-std-${rustc-host}",
"llvm-tools-${rustc-host}"
"rust-src",
"llvm-tools-${rustc-host}".
"rust-src"
]
This manifest will install what the average developer needs for a Ferrocene
Expand Down Expand Up @@ -62,7 +62,7 @@ A map of ``product`` entries, as defined :ref:`in 'Product Settings' below
release = "nightly-2024-05-22"
packages = [
"rustc-${rustc-host}",
"rust-std-aarch64-unknown-none",
"rust-std-aarch64-unknown-none"
]
Expand Down Expand Up @@ -102,7 +102,7 @@ example, the `X86-64 Linux (glibc) target of the rolling release
# ...
packages = [
"rustc-${rustc-host}",
"rust-std-aarch64-unknown-none",
"rust-std-aarch64-unknown-none"
]
If ``${rustc-host}`` is present within a package name it is replaced with the
Expand Down

0 comments on commit eb24df0

Please sign in to comment.