fix(primitive_types): clean up

This commit is contained in:
mokou 2022-07-12 15:22:01 +02:00
parent 3c4c9c54c9
commit 7452d0d603
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
// I AM NOT DONE
#[test]
fn main() {
// Booleans (`bool`)

View File

@ -1,7 +1,7 @@
// primitive_types6.rs
// Use a tuple index to access the second element of `numbers`.
// You can put the expression for the second element where ??? is so that the test passes.
// Execute `rustlings hint primitive_types6` for hints!
// Execute `rustlings hint primitive_types6` or use the `hint` watch subcommand for a hint.
// I AM NOT DONE