You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-08-08 16:26:35 +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:
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 ""
|
||||
|
Reference in New Issue
Block a user