Commit 0d5a188
committed
Make EventNotifyFn public
This type alias is used in a public interface, so it should be public. The main
effect of this is that the documentation is prettier. For example,
BootServices::create_event will show a `Option<EventNotifyFn>` argument, rather
than `Option<very-long-function-signature>`.1 parent f853371 commit 0d5a188
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1616 | 1616 | | |
1617 | 1617 | | |
1618 | 1618 | | |
1619 | | - | |
1620 | | - | |
| 1619 | + | |
| 1620 | + | |
1621 | 1621 | | |
1622 | 1622 | | |
1623 | 1623 | | |
| |||
0 commit comments