You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I'm using ls -d tracing* | xargs -i -n1 cargo deadlinks --dir target/doc/{}. It would be nice to just use cargo deadlinks --dir target/doc/tracing*.
The text was updated successfully, but these errors were encountered:
And a related issue: if multiple directories are specified, don't strip the top-level directory. Right now I don't know from the output that struct.FlameSubscriber.html is actually in target/doc/tracing_flame/struct.FlameSubscriber.html, because tracing_flame was stripped.
Currently I'm using
ls -d tracing* | xargs -i -n1 cargo deadlinks --dir target/doc/{}
. It would be nice to just usecargo deadlinks --dir target/doc/tracing*
.The text was updated successfully, but these errors were encountered: