From 6ff320f52cd045c4378a09a194fa2921b9d1cfea Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Wed, 4 Dec 2024 11:21:14 +0100 Subject: [PATCH] Remove unused import --- CHANGELOG.md | 2 +- crates/e2e/src/node_proc.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 399e94bde7..8d577f4a3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ to cross-contract calls, but can now execute cross-parachain calls. We added a contract example that demonstrates the usage: [`contract-xcm`](https://github.com/use-ink/ink-examples/tree/main/contract-xcm) -We also added a new page on our documentation website: +We also added a new page on our documentation website: [https://use.ink/basics/xcm](https://use.ink/basics/xcm). You can view the Rust docs of the two functions here: diff --git a/crates/e2e/src/node_proc.rs b/crates/e2e/src/node_proc.rs index 50b5b905d7..ed70795324 100644 --- a/crates/e2e/src/node_proc.rs +++ b/crates/e2e/src/node_proc.rs @@ -12,7 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -use regex::Regex; use sp_keyring::AccountKeyring; use std::{ ffi::{