fixed href for structs

This commit is contained in:
Simon Kern 2015-05-08 01:46:26 +02:00
parent 3e76f2838a
commit 60c0e75e74

View file

@ -116,7 +116,7 @@ fn main() {
}
```
[struct]: structs.html
[structs]: structs.html
As you can see, `struct`s can also have lifetimes. In a similar way to functions,