Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jan 17, 2025
1 parent 9b145cc commit 59e80f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions temporal_capi/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#![allow(unused)] // Until we add all the APIs
#![allow(clippy::needless_lifetimes)] // Diplomat requires explicit lifetimes at times

mod calendar;
mod error;
mod options;
Expand Down

0 comments on commit 59e80f9

Please sign in to comment.