Skip to content

Commit 88ebfcb

Browse files
committed
Removed an old unneeded allow.
1 parent a749914 commit 88ebfcb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@
141141
//! mime = "0.3.13"
142142
//! ```
143143
#![forbid(unsafe_code, missing_docs)]
144-
#![allow(clippy::manual_strip)] // Until MSR is 1.45.0
145144

146145
pub mod Template_syntax;
147146
mod expression;

0 commit comments

Comments
 (0)