Skip to content

Commit 3a14eb2

Browse files
cwfitzgeraldLuthaf
authored andcommitted
Fix README link
The link to the soa_zip macro is dead, presumably because the readme got converted from the doc comment at some previous time. I changed the think to a link to docs.rs that will always link the latest version.
1 parent c393b6b commit 3a14eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ for name in &vec.name {
100100
```
101101

102102
In order to iterate over multiple fields at the same time, one can use the
103-
[soa_zip!](macro.soa_zip.html) macro.
103+
[soa_zip!](https://docs.rs/soa_derive/*/soa_derive/macro.soa_zip.html) macro.
104104

105105
```rust
106106
for (name, smell, color) in soa_zip!(vec, [name, mut smell, color]) {

0 commit comments

Comments
 (0)