chore(LakeWatchAPI): configure clippy to be more aggressive

This commit is contained in:
Price Hiller 2024-06-19 02:31:31 -05:00
parent 60cee1d8ec
commit e362cce6dc
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,3 +1,5 @@
#![deny(clippy::all)]
#![warn(clippy::pedantic)]
use lakewatch::{
startup::Application,
telemetry::{get_subscriber, init_subscriber},