mirror of https://github.com/fafhrd91/actix-web
Apply suggestions from code review
Co-authored-by: Igor Aleksanov <popzxc@yandex.ru>
This commit is contained in:
parent
cd2599eee8
commit
904cf04236
|
@ -127,7 +127,7 @@ pub fn route(args: TokenStream, input: TokenStream) -> TokenStream {
|
||||||
///
|
///
|
||||||
/// # Attributes
|
/// # Attributes
|
||||||
/// The `routes` macro itself has no parameters, but allows specifying the attribute macros for
|
/// The `routes` macro itself has no parameters, but allows specifying the attribute macros for
|
||||||
/// the different methods, e.g. [`GET`](macro@get) or [`POST`](macro@post).
|
/// the multiple paths and/or methods, e.g. [`GET`](macro@get) and [`POST`](macro@post).
|
||||||
///
|
///
|
||||||
/// These helper attributes take the same parameters as the [single method handlers](crate#single-method-handler).
|
/// These helper attributes take the same parameters as the [single method handlers](crate#single-method-handler).
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue