Commit 75ef998
committed
rust: workqueue: fix safety comments in WorkItemPointer for Pin<KBox>
The safety comments in the impl WorkItemPointer for Pin<KBox> incorrectly
refer to Arc when they should refer to KBox, since this implementation uses
KBox instead of Arc.
Fix the safety comments to properly reference KBox.
Suggested-by: onur-ozkan <onur-ozkan@users.noreply.github.com>
Link: #1233
Signed-off-by: zanni098 <zanni098@users.noreply.github.com>1 parent 254f496 commit 75ef998
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
890 | 890 | | |
891 | 891 | | |
892 | 892 | | |
893 | | - | |
| 893 | + | |
894 | 894 | | |
895 | | - | |
| 895 | + | |
896 | 896 | | |
897 | 897 | | |
898 | 898 | | |
| |||
0 commit comments