Skip to content

Commit

Permalink
Add more lints
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdotninja committed Jun 2, 2024
1 parent c63208d commit 78103eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tailcall/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#![no_std]
#![deny(unsafe_op_in_unsafe_fn)]
#![deny(
trivial_numeric_casts,
unsafe_op_in_unsafe_fn,
unstable_features,
unused_import_braces,
unused_qualifications
)]

pub use tailcall_impl::tailcall;

Expand Down

0 comments on commit 78103eb

Please sign in to comment.