Skip to content

Commit 218f88d

Browse files
Diggseybjorn3
andauthored
Apply suggestions from code review
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
1 parent d1e3f2d commit 218f88d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/design_notes/fn_type_trait_impls.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ exposed via trait implementations and implicit conversions.
2222
corresponding _function pointer_ type.
2323

2424
This design note attempts to capture a range of proposed solutions, and some of the feedback regarding those solutions. This design note does not intend to favor any specific solutions, just reflect past discussions. The presence or absence of any particular feedback in this document does not necessarily serve to favor or disfavor any particular solution.
25+
2526
## Motivation
2627

2728
There are several cases where it is necessary to write a [thunk]. A thunk

0 commit comments

Comments
 (0)