Skip to content

Commit 16fb6e0

Browse files
committed
Work around buggy rust-analyzer behavior
As far as I can tell there is still no way to block it from autoimporting the private macros here.
1 parent 49d7d66 commit 16fb6e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ extern crate std;
376376
// Not public API. Used from macro-generated code.
377377
#[doc(hidden)]
378378
pub mod __private {
379+
#[doc(hidden)]
379380
pub use alloc::vec;
380381
}
381382

0 commit comments

Comments
 (0)