1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-06-19 19:07:41 -04:00

Merge pull request from juanprq/main

fix: remove trailing whitespace
This commit is contained in:
marisa 2021-05-13 17:20:47 +02:00 committed by GitHub
commit dbb2624403
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions
exercises/generics

View file

@ -1,6 +1,8 @@
// This shopping list program isn't compiling!
// Use your knowledge of generics to fix it.
// Execute `rustlings hint generics1` for hints!
// I AM NOT DONE
fn main() {

View file

@ -1,6 +1,8 @@
// This powerful wrapper provides the ability to store a positive integer value.
// Rewrite it using generics so that it supports wrapping ANY type.
// Execute `rustlings hint generics2` for hints!
// I AM NOT DONE
struct Wrapper {