mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
This lint warns on each `macro_use` attribute on an extern crate. Such a way of importing macros from a crate is being phased out. Instead of it, we should directly import the needed macro using `use` import.