From fb5a8777c7697ce4a1228312f66d3baa2ae308dd Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Fri, 8 Dec 2023 11:46:59 +0200 Subject: [PATCH] fix --- catalyst-gateway/.cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/catalyst-gateway/.cargo/config.toml b/catalyst-gateway/.cargo/config.toml index c19053adc67..0dd1a3104ea 100644 --- a/catalyst-gateway/.cargo/config.toml +++ b/catalyst-gateway/.cargo/config.toml @@ -49,6 +49,9 @@ rustflags = [ ] rustdocflags = [ + "--enable-index-page", + "-Z", + "unstable-options", "-D", "warnings", "-D",