Skip to content

Commit 9b5fe6e

Browse files
committed
Remove unnecessary visualizer
This isn't used anymore after rust-lang#85292
1 parent d94f087 commit 9b5fe6e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/etc/natvis/libcore.natvis

-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@
1414
</Expand>
1515
</Type>
1616

17-
<Type Name="core::option::Option&lt;*&gt;" 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-
2517
<Type Name="core::ptr::non_null::NonNull&lt;*&gt;">
2618
<DisplayString>{(void*) pointer}</DisplayString>
2719
<Expand>

0 commit comments

Comments
 (0)