mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-22 04:32:28 +00:00
fix broken doc link
This commit is contained in:
parent
e206ab10eb
commit
2dd3f3e21a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ mod codegen;
|
|||
mod parser;
|
||||
use parser::*;
|
||||
|
||||
/// The derive macro for [OpenapiType][openapi_type::OpenapiType].
|
||||
/// The derive macro for [OpenapiType](https://docs.rs/openapi_type/*/openapi_type/trait.OpenapiType.html).
|
||||
#[proc_macro_derive(OpenapiType, attributes(openapi))]
|
||||
pub fn derive_openapi_type(input: TokenStream) -> TokenStream {
|
||||
let input = parse_macro_input!(input);
|
||||
|
|
Loading…
Add table
Reference in a new issue