ignore incompatible msrv in compat module

This commit is contained in:
Skgland
2025-11-18 21:54:02 +01:00
committed by Bennet Bleßmann
parent a0b4162d7a
commit 6b5ec3fab8

View File

@@ -65,6 +65,8 @@ mod lt_1_87_0 {
#[cfg(rust_version = "1.87.0")] #[cfg(rust_version = "1.87.0")]
mod ge_1_87_0 { mod ge_1_87_0 {
#![allow(clippy::incompatible_msrv)]
pub type PipeReader = std::io::PipeReader; pub type PipeReader = std::io::PipeReader;
pub type PipeWriter = std::io::PipeWriter; pub type PipeWriter = std::io::PipeWriter;
} }