relative link2

This commit is contained in:
David Wong
2018-09-05 16:09:47 +01:00
committed by GitHub
parent 6132299dcd
commit 30177733e4

View File

@@ -15,7 +15,7 @@ library that you can use with `derive`. Each section covers:
* Examples of operations that require the trait
If you want different behavior than that provided by the `derive` attribute,
consult the [standard library documentation](https://doc.rust-lang.org/std/)
consult the [standard library documentation](../../std)
for each trait for details of how to manually implement them.
The rest of the traits defined in the standard library cant be implemented on