1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 14:57:01 +00:00

doctest fix #26

This commit is contained in:
Dominic 2020-05-16 01:01:20 +02:00
parent 604494651d
commit 4ff5a8d7e4
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 15 additions and 7 deletions

View file

@ -29,7 +29,7 @@ Usage example:
# struct MyResource;
#
#[derive(Deserialize, Serialize)]
# #[derive(OpenapiType)]
# #[cfg_attr(feature = "openapi", derive(OpenapiType))]
struct MyResponse {
message: &'static str
}