1
0
Fork 0
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:
Dominic 2019-10-27 21:14:10 +01:00
parent b5d34602e4
commit a98e5c6082
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -131,6 +131,5 @@ pub fn expand_method(method : Method, attrs : TokenStream, item : TokenStream) -
route.#method_ident::<#resource_ident, #(#generics),*>();
}
};
eprintln!("{}", output);
output.into()
}