// Silence some warnings so they don't distract from the exercise. clippy::vec_init_then_push is distracting here
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
// START IN lib.rs!
|
// START IN lib.rs!
|
||||||
|
|
||||||
use aquarium::Dolphin;
|
use aquarium::Dolphin;
|
||||||
|
// Silence some warnings so they don't distract from the exercise.
|
||||||
|
#[allow(clippy::vec_init_then_push)]
|
||||||
|
|
||||||
// (You already did #1 in lib.rs, right?)
|
// (You already did #1 in lib.rs, right?)
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user