1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 06:54:46 +00:00
This commit is contained in:
Dominic 2020-05-04 00:27:14 +02:00
parent 328ebf821e
commit 7ef964b0a0
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
4 changed files with 5 additions and 4 deletions

View file

@ -14,6 +14,7 @@ pub struct OpenapiInfo
pub urls : Vec<String>
}
#[derive(Debug)]
pub struct OpenapiBuilder
{
pub openapi : Arc<RwLock<OpenAPI>>

View file

@ -20,7 +20,7 @@ pub use no_content::NoContent;
mod raw;
pub use raw::Raw;
//#[allow(clippy::module_inception)]
#[allow(clippy::module_inception)]
mod result;
pub use result::IntoResponseError;