Skip to content

Commit

Permalink
fix(primitive_types4): update outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrvidal committed Nov 12, 2019
1 parent eac07df commit ded2c03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exercises/primitive_types/primitive_types4.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// primitive_types4.rs
// Get a slice out of Array a where the ??? is so that the `if` statement
// returns true. Execute `rustlings hint primitive_types4` for hints!!
// Get a slice out of Array a where the ??? is so that the test passes.
// Execute `rustlings hint primitive_types4` for hints!!

// I AM NOT DONE

#[test]
fn main() {
fn slice_out_of_array() {
let a = [1, 2, 3, 4, 5];

let nice_slice = ???
Expand Down

0 comments on commit ded2c03

Please sign in to comment.