1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

remove warning in zokrates_field

This commit is contained in:
schaeff 2019-07-09 17:23:44 +02:00
parent c182a9a81c
commit f2034c78c3

View file

@ -1,3 +1,5 @@
#![allow(deprecated)] // TODO remove when lazy_static is warning-free
//
// @file field.rs
// @author Dennis Kuhnert <dennis.kuhnert@campus.tu-berlin.de>