From 83356da9307b95437b9383038349d66a15126a31 Mon Sep 17 00:00:00 2001 From: Juha Kukkonen Date: Wed, 8 Nov 2023 10:52:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f94b57c6..aac1595a 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ There are few ways around this that are elaborated [here in detail](https://gith ### How to use Rust's type aliases? At the moment that is not possible due to there is no way to evaluate the actual type behind the type token that is visible to the proc macro code generation. -This might be possible in future if a global alias registry can be implemented. +This might be possible in future if a global alias registry can be implemented. Here is an issue related to the topic [#766](https://github.com/juhaku/utoipa/issues/766). ## License