We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ca2e68 commit c463161Copy full SHA for c463161
1 file changed
src/key_values/value/any.rs
@@ -73,6 +73,9 @@ pub(super) struct Any<'a> {
73
from: FromAnyFn<Void>,
74
}
75
76
+// FIXME: This would be more correct as an extern type
77
+// Replace once the `extern_types` feature is stable
78
+// and available
79
struct Void {
80
_priv: (),
81
_oibit_remover: PhantomData<*mut Fn()>,
0 commit comments