We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba840c2 commit dc5b996Copy full SHA for dc5b996
app/templates/crate/delete.hbs
@@ -23,7 +23,11 @@
23
<p>
24
A crate can only be deleted if it is not depended upon by any other crate on crates.io. (This is a temporary
25
restriction due to
26
- <a href='https://github.com/rust-lang/crates.io/issues/10538' target='_blank'>#10538</a>.)
+ <a
27
+ href='https://github.com/rust-lang/crates.io/issues/10538'
28
+ target='_blank'
29
+ rel='noopener noreferrer'
30
+ >#10538</a>.)
31
</p>
32
<p>Additionally, a crate can only be deleted if either:</p>
33
<ol local-class='first'>
0 commit comments