doccords: remove unwrap-note from dprint

we shouldn't be getting docs from the AST, so this should never be needed
This commit is contained in:
drbeefsupreme 2022-04-05 15:55:42 -04:00
parent 3afc9b6899
commit 69399c4153
No known key found for this signature in database
GPG Key ID: B70D5683DE7F9EFC

View File

@ -206,16 +206,6 @@
%noun ~
%void ~
==
:> checks if a hoon is wrapped with a help note, and returns it if so
++ unwrap-note
|= gen=hoon
^- what
?: ?=([%note *] gen)
?: ?=([%help *] p.gen)
`crib.p.p.gen
~
~
::
:> checks if a hint type is a help hint and returns the docs if so
++ unwrap-hint