diff --git a/subjects/tuples_refs/README.md b/subjects/tuples_refs/README.md index e89ed527..ebdb2a4b 100644 --- a/subjects/tuples_refs/README.md +++ b/subjects/tuples_refs/README.md @@ -17,11 +17,6 @@ pub fn last_name(student: &Student) -> String { } ``` -### Dependencies - -meval = "0.2" - - ### Usage Here is a program to test your functions