mirror of https://github.com/fafhrd91/actix-web
Update actix-web-codegen/src/lib.rs with comment documentation fix
Co-authored-by: oliver <151407407+kwfn@users.noreply.github.com>
This commit is contained in:
parent
f9bd3472a2
commit
3ee0dc9329
|
@ -322,8 +322,8 @@ pub fn test(_: TokenStream, item: TokenStream) -> TokenStream {
|
|||
///
|
||||
/// # Note
|
||||
///
|
||||
/// Internally the macro generate struct with name of scope (e.g. `mod_inner`)
|
||||
/// And create public module as `<name>_scope`
|
||||
/// Internally the macro generates struct with name of scope (e.g. `mod_inner`).
|
||||
/// And creates public module as `<name>_scope`.
|
||||
///
|
||||
#[proc_macro_attribute]
|
||||
pub fn scope(args: TokenStream, input: TokenStream) -> TokenStream {
|
||||
|
|
Loading…
Reference in New Issue