config: remove unused #![allow(dead_code)]

This commit is contained in:
Harsh Shandilya 2021-11-28 15:13:24 +05:30
parent aa17c822ca
commit 3fadd9467b
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -1,4 +1,3 @@
#![allow(dead_code)]
use std::str::FromStr;
use regex::Regex;