Skip to content

Commit 947b998

Browse files
committed
Footnote after period
1 parent a9e98ce commit 947b998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-fun-vs-fun-ptr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Summary
77

88
It is likely that Rust will want to someday have a notion of an unboxed function type to be used
9-
with custom pointer types<sup>1</sup>. Ideally then today's function pointers would become `&'static`s of
9+
with custom pointer types.<sup>1</sup> Ideally then today's function pointers would become `&'static`s of
1010
functions. But this is a breaking syntactic change, and unboxed functions can probably not be exposed
1111
by 1.0. This RFC proposals making the needed breaking syntactic change now, so unboxed functions can
1212
be added---and function pointers turned to borrowed pointers---all backwards compatibly in the

0 commit comments

Comments
 (0)