mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-08 10:11:14 +03:00
remove redundant as clause
This commit is contained in:
parent
3790719dc0
commit
dc5ce5ce38
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue