From b6ae262abd75912a1a0185d70219f8b6c3dcd46a Mon Sep 17 00:00:00 2001 From: Sergey Borovkov Date: Thu, 31 Oct 2024 20:48:56 +0400 Subject: [PATCH 1/2] Remove code that generates warning (note that it's auto generated) --- src/pb_signature.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pb_signature.rs b/src/pb_signature.rs index e2a2dc3..983275b 100644 --- a/src/pb_signature.rs +++ b/src/pb_signature.rs @@ -9,7 +9,6 @@ #![allow(unused_attributes)] #![cfg_attr(rustfmt, rustfmt::skip)] -#![allow(box_pointers)] #![allow(dead_code)] #![allow(missing_docs)] #![allow(non_camel_case_types)] From 4fb266dfac3f804195f8225e9431bbf7da585add Mon Sep 17 00:00:00 2001 From: Sergey Borovkov Date: Thu, 31 Oct 2024 21:01:47 +0400 Subject: [PATCH 2/2] Disable test that does not work on all platforms. --- src/cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli.rs b/src/cli.rs index d83eb68..e56dfff 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -1216,6 +1216,7 @@ mod tests { } #[test] + #[ignore] fn test_transform_edge_app_path_to_manifest_without_path_should_return_correct_path() { let dir = tempdir().unwrap(); let dir_path = dir.path();