We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b145cc commit 08ff1f0Copy full SHA for 08ff1f0
temporal_capi/src/lib.rs
@@ -1,3 +1,6 @@
1
+#![allow(unused)] // Until we add all the APIs
2
+#![allow(needless_lifetimes)] // Diplomat requires explicit lifetimes at times
3
+
4
mod calendar;
5
mod error;
6
mod options;
0 commit comments