Skip to content

Commit c3f065e

Browse files
committed
env::set_var("RUST_BACKTRACE", "1");
1 parent fb459a5 commit c3f065e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use std::io::{BufReader, Read};
99
extern crate colored;
1010

1111
fn main() {
12-
env::set_var("RUST_BACKTRACE", "1");
12+
// env::set_var("RUST_BACKTRACE", "1");
1313
println!("{}","\t\tHex Editor".bold().bright_green());
1414
println!("{}","\t\tby editor99".bold().bright_green());
1515
println!("{}","\t\t\nDrag & Drop a file to open it.".blue());

0 commit comments

Comments
 (0)