We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e306956 + 36e3211 commit 4c39f57Copy full SHA for 4c39f57
text/1096-remove-static-assert.md
@@ -33,7 +33,7 @@ error: `#[static_assert]` is an experimental feature, and has a poor API
33
34
Throughout its life, `static_assert` has been... weird. Graydon suggested it
35
[in May of 2013][suggest], and it was
36
-[implemented][https://github.com/rust-lang/rust/pull/6670] shortly after.
+[implemented](https://github.com/rust-lang/rust/pull/6670) shortly after.
37
[Another issue][issue] was created to give it a ‘better interface’. Here’s why:
38
39
> The biggest problem with it is you need a static variable with a name, that
0 commit comments