dtolnay / no-panic

Attribute macro to require that the compiler prove a function can't ever panic
Apache License 2.0
1k stars 13 forks source link

Support methods with &mut self argument #2

Closed dtolnay closed 6 years ago

dtolnay commented 6 years ago

Fixes #1.