Add comments

This commit is contained in:
Ajeet D'Souza 2020-12-13 09:16:49 +05:30
parent 05299e0b80
commit 365f78dbb8
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ use std::env;
use std::process;
pub fn main() -> Result<()> {
// Forcibly disable backtraces.
env::remove_var("RUST_LIB_BACKTRACE");
env::remove_var("RUST_BACKTRACE");