]> Repositorios git - scryer-prolog.git/commitdiff
ignore incompatible msrv in compat module
authorSkgland <[email protected]>
Tue, 18 Nov 2025 20:54:02 +0000 (21:54 +0100)
committerBennet Bleßmann <[email protected]>
Wed, 19 Nov 2025 18:23:41 +0000 (19:23 +0100)
src/machine/streams/compat.rs

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