Skip to content

Implement more cases for `DirSpecificTarget`.

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

Without this fix, any attempt to actually use a circuit for a DirSpecificTarget will fail, since supports() will say false, and restrict_mut() will say NotSupported.

Merge request reports