From fc430b5d6c97e6ce0eb99188cc820171fcfb4119 Mon Sep 17 00:00:00 2001 From: Joseph Perez Date: Wed, 22 Nov 2023 08:06:19 +0100 Subject: [PATCH] Update guide/src/SUMMARY.md Co-authored-by: David Hewitt --- guide/src/SUMMARY.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/guide/src/SUMMARY.md b/guide/src/SUMMARY.md index 7ac695f2cd9..9e738a79946 100644 --- a/guide/src/SUMMARY.md +++ b/guide/src/SUMMARY.md @@ -20,8 +20,6 @@ - [Python exceptions](exception.md) - [Calling Python from Rust](python_from_rust.md) - [Using `async` and `await`](async-await.md) - - [Awaiting Python awaitables]() - - [Other Python async runtimes]() - [GIL, mutability and object types](types.md) - [Parallelism](parallelism.md) - [Debugging](debugging.md)