Skip to content

Fix a couple of lifetime warnings from nightly.

Nick Mathewson requested to merge nickm/arti:nightly-doc-warnings into main

Nightly rustdoc, under some circumstances, issues a warning when you have an elided lifetime that matches a lifetime with a name. (It would prefer that you name the lifetime explicitly.)

This does not change the actual lifetime of anything; it only makes some formerly elided lifetimes explicit.

Merge request reports