1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-16 23:55:42 +02:00

Update mdbook to 0.4.28 (#480)

* Update mdbook to 0.4.28

This version contains https://github.com/rust-lang/mdBook/pull/1986 which will allow us to test the code in each translation.

* Fix formatting in Korean translation

The extra code block made `mdbook test` fail.
This commit is contained in:
Martin Geisler 2023-03-07 10:14:26 +01:00 committed by GitHub
parent 46aeaa508c
commit e366d833d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -8,7 +8,7 @@ runs:
# The --locked flag is important for reproducible builds. It also # The --locked flag is important for reproducible builds. It also
# avoids breakage due to skews between mdbook and mdbook-svgbob. # avoids breakage due to skews between mdbook and mdbook-svgbob.
- name: Install mdbook - name: Install mdbook
run: cargo install mdbook --locked --version 0.4.25 run: cargo install mdbook --locked --version 0.4.28
shell: bash shell: bash
- name: Install mdbook-svgbob - name: Install mdbook-svgbob

View File

@ -8273,12 +8273,10 @@ msgid ""
" Self: Sized`" " Self: Sized`"
msgstr "" msgstr ""
"`Iterator`는 아래와 같이 구현됩니다.\n" "`Iterator`는 아래와 같이 구현됩니다.\n"
"```\n" "`fn collect<B>(self) -> B\n"
"fn collect<B>(self) -> B\n"
"where\n" "where\n"
" B: FromIterator<Self::Item>,\n" " B: FromIterator<Self::Item>,\n"
" Self: Sized\n" " Self: Sized`"
"```"
#: src/traits/from-iterator.md:23 #: src/traits/from-iterator.md:23
msgid "" msgid ""