Skip to content

Commit

Permalink
Add issue link to bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MolotovCherry committed Dec 26, 2024
1 parent 03ef479 commit a078dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/shared/src/pipe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ impl Server {
let fut = async {
loop {
// this lint is returning a false positive?
// https://github.com/rust-lang/rust-clippy/issues/13879
#[allow(clippy::multiple_unsafe_ops_per_block)]
unsafe {
self.connect(&mut sa, &mut process_cmd).await?;
Expand Down

0 comments on commit a078dff

Please sign in to comment.