Rollup merge of #119151 - Jules-Bertholet:no-foreign-doc-hidden-suggest, r=davidtwco
Hide foreign `#[doc(hidden)]` paths in import suggestions Stops the compiler from suggesting to import foreign `#[doc(hidden)]` paths. ```@rustbot``` label A-suggestion-diagnostics
This commit is contained in:
commit
b418117277
@ -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;
|
||||
|
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user