mirror of
https://github.com/notohh/rustlings.git
synced 2025-07-14 03:25:33 -04:00
Fix warnings
This commit is contained in:
parent
a4c07ca948
commit
b87aa98634
18 changed files with 28 additions and 8 deletions
exercises/06_move_semantics
|
@ -1,3 +1,5 @@
|
|||
#![allow(clippy::ptr_arg)]
|
||||
|
||||
// TODO: Fix the compiler errors without changing anything except adding or
|
||||
// removing references (the character `&`).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue