fix errors in enum.md

This commit is contained in:
sunface
2022-03-01 18:58:36 +08:00
parent bda6040eab
commit 726ef682cb
8 changed files with 144 additions and 19 deletions

View File

@ -1,5 +1,7 @@
# Iterator
https://doc.rust-lang.org/stable/rust-by-example/flow_control/for.html#for-and-iterators
```rust,editable
// (all the type annotations are superfluous)
// A reference to a string allocated in read only memory