Skip to content

Commit

Permalink
rm dead_code attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilkin Novo committed Aug 24, 2023
1 parent 9676d77 commit 41a1129
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::env;
use std::fs::{File, OpenOptions};
use std::io::{Read, Write};

#[allow(dead_code)]
#[derive(Debug)]
struct Domain {
name: String,
Expand Down

0 comments on commit 41a1129

Please sign in to comment.