| LOW | assets/rustlings-zh/exercises/quiz1.rs | 1 | // quiz1.rs |
| LOW | assets/rustlings-zh/exercises/conversions/from_str.rs | 21 | // Incorrect number of fields |
| LOW | assets/rustlings-zh/exercises/conversions/from_into.rs | 21 | // Your task is to complete this implementation |
| LOW | assets/rustlings-zh/exercises/error_handling/errors2.rs | 1 | // errors2.rs |
| LOW | …stlings-zh/exercises/advanced_errors/advanced_errs2.rs | 1 | // advanced_errs2.rs |
| LOW | assets/rustlings-zh/exercises/variables/variables1.rs | 1 | // variables1.rs |
| LOW | …/rustlings-zh/exercises/standard_library_types/arc1.rs | 1 | // arc1.rs |
| LOW | …/rustlings-zh/exercises/standard_library_types/box1.rs | 1 | // box1.rs |
| LOW | …ings-zh/exercises/standard_library_types/iterators4.rs | 1 | // iterators4.rs |
| LOW | …ings-zh/exercises/standard_library_types/iterators5.rs | 1 | // iterators5.rs |
| LOW | assets/rustlings-zh/src/main.rs | 61 | |
| LOW | assets/rustlings-zh/src/main.rs | 81 | #[argh(subcommand, name = "list")] |
| LOW | assets/writing-material/posts/tests/doc_test.md | 1 | ## Documentation testing |
| LOW | assets/writing-material/posts/tests/doc_test.md | 21 | /// The next function divides two numbers. |
| LOW | assets/writing-material/posts/tests/doc_test.md | 41 | } |
| LOW | …c/too-many-lists/production-unsafe-deque/final-code.md | 521 | // |
| LOW | …c/too-many-lists/production-unsafe-deque/final-code.md | 581 | // cur |
| LOW | …c/too-many-lists/production-unsafe-deque/final-code.md | 641 | // input.front -> 1 <-> 2 <- input.back |
| LOW | …c/too-many-lists/production-unsafe-deque/final-code.md | 701 | // We have this: |
| LOW | …-lists/production-unsafe-deque/implementing-cursors.md | 521 | // We have this: |
| LOW | …-lists/production-unsafe-deque/implementing-cursors.md | 581 | |
| LOW | …-lists/production-unsafe-deque/implementing-cursors.md | 641 | } |
| LOW | …-lists/production-unsafe-deque/implementing-cursors.md | 701 | |
| LOW | src/basic/comment.md | 61 | 当查看一个 `crates.io` 上的包时,往往需要通过它提供的文档来浏览相关的功能特性、使用方式,这种文档就是通过文档注释实现的。 |
| LOW | src/basic/crate-module/use.md | 441 | my_mod::indirect_access(); |