File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 33
44CORES =2
55
6+ TRANSPILE_TESTS_IN_RUST =1
7+
68include ../SharedMakefile.mk
79
810DIR_STRUCTURE_V2 =V2
911
10- TRANSPILE_TESTS_IN_RUST =1
11-
1212PROJECT_SERVICES := \
1313 DynamoDbEncryption \
1414 DynamoDbItemEncryptor \
Original file line number Diff line number Diff line change @@ -30,8 +30,5 @@ pem = "3.0.4"
3030tokio = {version = " 1.41.0" , features = [" full" ] }
3131uuid = { version = " 1.11.0" , features = [" v4" ] }
3232
33- [lib ]
34- path = " src/implementation_from_dafny.rs"
35-
3633[[example ]]
37- name = " main"
34+ name = " main"
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ impl crate::Time::_default {
1818 }
1919
2020 #[ allow( non_snake_case) ]
21+ #[ allow( dead_code) ]
2122 pub fn CurrentRelativeTimeMilli ( ) -> i64 {
2223 match SystemTime :: now ( ) . duration_since ( SystemTime :: UNIX_EPOCH ) {
2324 Ok ( n) => n. as_millis ( ) as i64 ,
You can’t perform that action at this time.
0 commit comments