We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d94f087 commit 9b5fe6eCopy full SHA for 9b5fe6e
src/etc/natvis/libcore.natvis
@@ -14,14 +14,6 @@
14
</Expand>
15
</Type>
16
17
- <Type Name="core::option::Option<*>" Priority="MediumLow">
18
- <DisplayString Condition="*(void**)this == nullptr">None</DisplayString>
19
- <DisplayString>Some({($T1 *)this})</DisplayString>
20
- <Expand>
21
- <Item Name="Some" ExcludeView="simple" Condition="*(void**)this != nullptr">($T1 *)this</Item>
22
- </Expand>
23
- </Type>
24
-
25
<Type Name="core::ptr::non_null::NonNull<*>">
26
<DisplayString>{(void*) pointer}</DisplayString>
27
<Expand>
0 commit comments