Is this implemented? Custom prelude imports
I know, there's use crate::prelude::*;
, but I still prefer implicit prelude like std::prelude
.
Is this implemented? Custom prelude imports
I know, there's use crate::prelude::*;
, but I still prefer implicit prelude like std::prelude
.
Technically, it is implemented, in that the #[prelude_import]
attribute exists.
However, it's unstable with no plan towards stabilization at the moment.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.