Skip to content

Commit 9167018

Browse files
committed
Add ptr::copy_nonoverlapping to the skill tree
1 parent 3815a7a commit 9167018

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/skill-tree.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,3 +233,9 @@ label = "Drop"
233233
name = "drop"
234234
items = []
235235
requires = ["mut_ref", "trait_impl"]
236+
237+
[[group]]
238+
label = "ptr::copy_nonoverlapping"
239+
name = "copy_nonoverlapping"
240+
items = []
241+
requires = ["raw_ptr_deref", "mut_ref"]

src/skill_tree.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,10 @@ label = "Drop"
260260
name = "drop"
261261
items = []
262262
requires = ["mut_ref", "trait_impl"]
263+
264+
[[group]]
265+
label = "ptr::copy_nonoverlapping"
266+
name = "copy_nonoverlapping"
267+
items = []
268+
requires = ["raw_ptr_deref", "mut_ref"]
263269
```

0 commit comments

Comments
 (0)