From 1268fa1d1d36d24d088982e61856d093a59611bd Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Tue, 4 Oct 2022 16:59:27 -0400 Subject: Fix cargo warnings about unused imports; cargo fmt --- rust/src/basicblock.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'rust/src/basicblock.rs') diff --git a/rust/src/basicblock.rs b/rust/src/basicblock.rs index 571786aa..abc57a7a 100644 --- a/rust/src/basicblock.rs +++ b/rust/src/basicblock.rs @@ -12,8 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. - - use std::fmt; use crate::architecture::CoreArchitecture; -- cgit v1.3.1