Skip to content

Commit 08ff1f0

Browse files
committed
lint
1 parent 9b145cc commit 08ff1f0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

temporal_capi/src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#![allow(unused)] // Until we add all the APIs
2+
#![allow(needless_lifetimes)] // Diplomat requires explicit lifetimes at times
3+
14
mod calendar;
25
mod error;
36
mod options;

0 commit comments

Comments
 (0)