You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`single_component_path_imports`: ignore `pub(crate) use some_macro;`
Fixesrust-lang#7106
*Please write a short comment explaining your change (or "none" for internal only changes)*
changelog: Ignore exporting a macro within a crate using `pub(crate) use some_macro;` for [`single_component_path_imports`]
When rusti parses commands it needs an extra character in the command. For example,
:help-
is parsed as:help
.The text was updated successfully, but these errors were encountered: