Remove feature annotation
This is not needed anymore.
This commit is contained in:
parent
b7cb27ed22
commit
4594db6c44
1 changed files with 0 additions and 2 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue