Skip to content

Commit

Permalink
Work around buggy rust-analyzer behavior
Browse files Browse the repository at this point in the history
As far as I can tell there is still no way to block it from
autoimporting the private macros here.
  • Loading branch information
dtolnay committed Aug 1, 2024
1 parent 49d7d66 commit 16fb6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ extern crate std;
// Not public API. Used from macro-generated code.
#[doc(hidden)]
pub mod __private {
#[doc(hidden)]
pub use alloc::vec;
}

Expand Down

0 comments on commit 16fb6e0

Please sign in to comment.