Skip to content

Commit

Permalink
Update coercion definition in summary
Browse files Browse the repository at this point in the history
  • Loading branch information
archshift committed Feb 1, 2017
1 parent d51becd commit 569abdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/0000-closure-to-fn-coercion.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Summary
[summary]: #summary

A non-capturing (that is, does not `Clone` or `move` any local variables) closure
should be coercable to a function pointer (`fn`).
A closure that does not move, borrow, or otherwise access (capture) local
variables should be coercable to a function pointer (`fn`).

# Motivation
[motivation]: #motivation
Expand Down

0 comments on commit 569abdf

Please sign in to comment.