Skip to content

add_warning: Tolerate clippy::missing_panics_doc

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

As of current nightly, this lint now includes expect()s, which makes it trigger way more than we'd like.

Closes #950 (closed).

Merge request reports