diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-08-03 15:32:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-03 15:32:52 +0000 |
| commit | 8ddfcf8efc1f9005fad6ea4bbd4956348c606405 (patch) | |
| tree | d401ca5288dbb6f0579b2238f180586a99fefaf9 /book/en/src/by-example/tips.md | |
| parent | 667484811106e7505d546f92090616a6acff7b80 (diff) | |
| parent | 5477ae288fb6df0484aa6e4d8acb13cdf0423b22 (diff) | |
Merge #504
504: Add links to RTIC book dev version and rtic-examples r=japaric a=AfoHT
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to 'book/en/src/by-example/tips.md')
| -rw-r--r-- | book/en/src/by-example/tips.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/book/en/src/by-example/tips.md b/book/en/src/by-example/tips.md index f537173..e292634 100644 --- a/book/en/src/by-example/tips.md +++ b/book/en/src/by-example/tips.md @@ -1,5 +1,9 @@ # Tips & tricks +For complete RTIC examples see the [rtic-examples][rtic-examples] repository. + +[rtic-examples]: https://github.com/rtic-rs/rtic-examples + ## Generics All resource proxies implement the `rtic::Mutex` trait. |
