dylanmc / cs393_vm_api

Virtual memory abstraction & methods for constructing, accessing, manipulating and destroying address spaces
4 stars 28 forks source link

Remove manual panics #5

Closed rileyshahar closed 1 year ago

rileyshahar commented 1 year ago

It's more idiomatic to use todo instead of writing a by-hand panic message which says the same thing. I missed this in my last cleanup patch.