Skip to content

Can you correct the mistakes of the reckless developer?

Notifications You must be signed in to change notification settings

rust-basel/traits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Traits

Here you have pets - which all implement the MakeSound trait.

But a reckless dev forgot to implement the trait for the pets and just left a todo!() for you.

He may have noticed his mistake, if he would just have called

cargo test

as this would have showed him the failed tests.

Can you correct his mistakes? He will be very thankful.

TL;DR: Make the tests pass ;) - And by make them pass we mean not deleting the asserts.

About

Can you correct the mistakes of the reckless developer?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages