Skip to content

Commit

Permalink
Footnote after period
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Feb 19, 2015
1 parent a9e98ce commit 947b998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-fun-vs-fun-ptr.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Summary

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

0 comments on commit 947b998

Please sign in to comment.