build: bump MSRV to 1.76.0 (#5586)

This commit is contained in:
Sanchith Hegde
2024-08-12 15:30:05 +05:30
committed by GitHub
parent 7718800e1f
commit 59b36a054c
90 changed files with 255 additions and 260 deletions

View File

@ -1,4 +1,3 @@
#![forbid(unsafe_code)]
#![warn(missing_docs, missing_debug_implementations)]
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR" ), "/", "README.md"))]
@ -26,8 +25,6 @@ pub mod pii;
pub mod request;
#[cfg(feature = "signals")]
pub mod signals;
#[allow(missing_docs)] // Todo: add docs
pub mod static_cache;
pub mod transformers;
pub mod types;
pub mod validation;