How to [allow(deprecated)] in an external macro?

Hi,

I've been using rouille for a while in a project, and have an annoying warning because its macros still use the deprecated try! macro. There are several merge requests related to that on the project but @tomaka doesn't seem very reactive (which I fully understand).
I'd really like to get rid of the warning, but no amount of #[allow(deprecated)] or #![allow(deprecated)] sprinkled in my code silence the damn thing. Does anyone know of a magic way of "cleaning" my compilation ?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.