Remove feature annotation

This is not needed anymore.
This commit is contained in:
finga 2021-11-07 16:41:58 +01:00
parent b7cb27ed22
commit 4594db6c44

View file

@ -1,5 +1,3 @@
#![feature(proc_macro_hygiene, decl_macro)]
use anyhow::{anyhow, bail, Result};
use clap::{crate_authors, crate_version, AppSettings, Parser};
use hmac::{Hmac, Mac, NewMac};