remove redundant as clause

This commit is contained in:
Yeastplume 2023-09-28 15:43:08 +01:00
parent 3790719dc0
commit dc5ce5ce38

View file

@ -23,7 +23,7 @@
#[macro_use]
extern crate log;
#[macro_use]
extern crate grin_core as grin_core;
extern crate grin_core;
extern crate grin_util as util;
//use grin_core as core;