Skip to content

Fix some rustdoc errors.

Nick Mathewson requested to merge nickm/arti:rustdoc_fixes_20221013 into main

In addition to the usual "You named that method wrong!" errors, we have a new rustdoc error that complains about bogus "HTML tags" that are actually unquoted usage of types like Result<Foo>.

Merge request reports