add warning lint for usage of todo!()

This commit is contained in:
bitfl0wer 2023-12-03 13:13:57 +01:00
parent c66cc9b16c
commit 97fc99354a
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ This crate uses Semantic Versioning 2.0.0 as its versioning scheme. You can read
clippy::new_without_default,
clippy::useless_conversion
)]
#![warn(clippy::todo, clippy::unimplemented)]
#[cfg(all(feature = "rt", feature = "rt_multi_thread"))]
compile_error!("feature \"rt\" and feature \"rt_multi_thread\" cannot be enabled at the same time");