broken commit, prelude but no replacement of all std types

This commit is contained in:
Tadeo hepperle
2024-01-17 14:11:38 +01:00
parent ab6b6ae5cd
commit a349daaf45
54 changed files with 236 additions and 13 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ impl<T> Visitor for WrapperKeepOpaqueVisitor<T> {
impl<T> IntoVisitor for WrapperKeepOpaque<T> {
type Visitor = WrapperKeepOpaqueVisitor<T>;
fn into_visitor() -> Self::Visitor {
WrapperKeepOpaqueVisitor(std::marker::PhantomData)
WrapperKeepOpaqueVisitor(PhantomData)
}
}