anyrun-org / anyrun

A wayland native, highly customizable runner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] Macros are unsanitary

uttarayan21 opened this issue · comments

When using the anyrun-plugin crate and using the macros
The macro expansions use the locally scoped versions of Ok and Err so if you do some thing like

use anyhow::*:

The plugin fails to compile even with the base template.

Edit: Added some context