mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 06:54:46 +00:00
fix
This commit is contained in:
parent
328ebf821e
commit
7ef964b0a0
4 changed files with 5 additions and 4 deletions
|
@ -14,6 +14,7 @@ pub struct OpenapiInfo
|
|||
pub urls : Vec<String>
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct OpenapiBuilder
|
||||
{
|
||||
pub openapi : Arc<RwLock<OpenAPI>>
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue