This commit is contained in:
Andrew J Westlake 2021-01-27 12:08:25 -06:00 committed by David Hewitt
parent 411e97643a
commit 80d4c5b3ad
2 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@
- [Calling Python from Rust](python_from_rust.md)
- [GIL, mutability and object types](types.md)
- [Parallelism](parallelism.md)
- [Async / Await](async-await.md)
- [Debugging](debugging.md)
- [Features Reference](features.md)
- [Advanced Topics](advanced.md)
@ -23,6 +22,7 @@
- [PyPy support](building_and_distribution/pypy.md)
- [Useful Crates](ecosystem.md)
- [Logging](ecosystem/logging.md)
- [Async / Await](ecosystem/async-await.md)
- [FAQ & Troubleshooting](faq.md)
---