File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1414freebsd_task :
1515 name : test ($TARGET)
1616 freebsd_instance :
17- image_family : freebsd-13-4
17+ image_family : freebsd-14-3
1818 matrix :
1919 - env :
2020 TARGET : x86_64-unknown-freebsd
Original file line number Diff line number Diff line change @@ -1255,8 +1255,10 @@ unsafe impl IoSafe for std::os::unix::net::UnixStream {}
12551255// PipeReader & PipeWriter require std >= 1.87, our MSRV is 1.71, hence
12561256// conditional on cfg()s, generated from build.rs
12571257#[ cfg( not( async_io_no_pipe) ) ]
1258+ #[ allow( clippy:: incompatible_msrv) ]
12581259unsafe impl IoSafe for std:: io:: PipeReader { }
12591260#[ cfg( not( async_io_no_pipe) ) ]
1261+ #[ allow( clippy:: incompatible_msrv) ]
12601262unsafe impl IoSafe for std:: io:: PipeWriter { }
12611263
12621264unsafe impl < T : IoSafe + Read > IoSafe for std:: io:: BufReader < T > { }
You can’t perform that action at this time.
0 commit comments