mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-02-18 09:40:22 +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:
parent
46aeaa508c
commit
e366d833d0
2
.github/workflows/install-mdbook/action.yml
vendored
2
.github/workflows/install-mdbook/action.yml
vendored
@ -8,7 +8,7 @@ runs:
|
||||
# The --locked flag is important for reproducible builds. It also
|
||||
# avoids breakage due to skews between mdbook and mdbook-svgbob.
|
||||
- name: Install mdbook
|
||||
run: cargo install mdbook --locked --version 0.4.25
|
||||
run: cargo install mdbook --locked --version 0.4.28
|
||||
shell: bash
|
||||
|
||||
- name: Install mdbook-svgbob
|
||||
|
6
po/ko.po
6
po/ko.po
@ -8273,12 +8273,10 @@ msgid ""
|
||||
" Self: Sized`"
|
||||
msgstr ""
|
||||
"`Iterator`는 아래와 같이 구현됩니다.\n"
|
||||
"```\n"
|
||||
"fn collect<B>(self) -> B\n"
|
||||
"`fn collect<B>(self) -> B\n"
|
||||
"where\n"
|
||||
" B: FromIterator<Self::Item>,\n"
|
||||
" Self: Sized\n"
|
||||
"```"
|
||||
" Self: Sized`"
|
||||
|
||||
#: src/traits/from-iterator.md:23
|
||||
msgid ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user