Skip to content

Commit 4c39f57

Browse files
authored
Merge pull request #3091 from tesuji/patch-1
not-rfc: Fix a link in rfc-1096
2 parents e306956 + 36e3211 commit 4c39f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1096-remove-static-assert.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ error: `#[static_assert]` is an experimental feature, and has a poor API
3333

3434
Throughout its life, `static_assert` has been... weird. Graydon suggested it
3535
[in May of 2013][suggest], and it was
36-
[implemented][https://github.com/rust-lang/rust/pull/6670] shortly after.
36+
[implemented](https://github.com/rust-lang/rust/pull/6670) shortly after.
3737
[Another issue][issue] was created to give it a ‘better interface’. Here’s why:
3838

3939
> The biggest problem with it is you need a static variable with a name, that

0 commit comments

Comments
 (0)