mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00: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. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||