mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-19 22:44:38 +00:00
less verbose
This commit is contained in:
parent
b5d34602e4
commit
a98e5c6082
1 changed files with 0 additions and 1 deletions
|
@ -131,6 +131,5 @@ pub fn expand_method(method : Method, attrs : TokenStream, item : TokenStream) -
|
||||||
route.#method_ident::<#resource_ident, #(#generics),*>();
|
route.#method_ident::<#resource_ident, #(#generics),*>();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
eprintln!("{}", output);
|
|
||||||
output.into()
|
output.into()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue