update notions rust

This commit is contained in:
davidrobert99 2022-05-23 11:35:46 +01:00 committed by davhojt
parent 39c2bbe11d
commit 36d20fb55f
1 changed files with 0 additions and 5 deletions

View File

@ -17,11 +17,6 @@ pub fn last_name(student: &Student) -> String {
}
```
### Dependencies
meval = "0.2"
### Usage
Here is a program to test your functions