From 7d3159aa46beb4a2fad4a77fd8155a159c3f4e95 Mon Sep 17 00:00:00 2001 From: Adrian Taylor Date: Wed, 28 Jun 2023 12:02:34 +0100 Subject: [PATCH] Remove commented Cargo line --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0aaa33f1e..b256777cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,4 +39,3 @@ exclude = ["examples/s2", "examples/steam-mini", "examples/subclass", "examples/ #cxx-gen = { path="../cxx/gen/lib" } #autocxx-bindgen = { path="../bindgen" } #moveit = { path="../moveit" } -#moveit = { git = "https://github.com/silvanshade/moveit", branch = "fix-deref-move-soundness-hole" }