Ayush Jain
Ayush Jain
Also, make sure to deallocate the data allocated via after it has been used
@kanusowi you can, but the solution here is to simply un-handle the error, the `Result` type which we are using auto handles these cases, by handling the error case separately...
other probable option: to try something like`#![deny(unused_crate_dependencies)]` with some whitelisting/blacking approach
this is not done yet