Hide foreign #[doc(hidden)] paths in import suggestions

This commit is contained in:
Jules Bertholet 2023-12-19 22:52:04 -05:00
parent d165a38de0
commit 4ab8cdd5b9

View File

@ -8,8 +8,6 @@ help: consider importing one of these items
|
LL + use core::marker::PhantomData;
|
LL + use serde::__private::PhantomData;
|
LL + use std::marker::PhantomData;
|