Closed JakkuSakura closed 10 months ago
It is caused by #/definitions/
being the default definition path, if aide::gen::extract_module(true)
is not called. Docs of aide::gen::extract_module says the default is enabled, but SchemaSettings
is not fully initialized in GenContext::new()
The following code will break redoc
I got