From 2b277b70574cc4e0d63c7d5ab1d38031ad509a35 Mon Sep 17 00:00:00 2001
From: Vincent Lafeychine <vincent.lafeychine@proton.me>
Date: Tue, 28 May 2024 14:21:49 +0200
Subject: [PATCH] fix(shim): Remove deprecated syntax crate

---
 rr_frontend/translation/src/shim_registry.rs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/rr_frontend/translation/src/shim_registry.rs b/rr_frontend/translation/src/shim_registry.rs
index 140d0864..42a168f7 100644
--- a/rr_frontend/translation/src/shim_registry.rs
+++ b/rr_frontend/translation/src/shim_registry.rs
@@ -7,8 +7,6 @@
 /// Registry of shims for Rust functions that get mapped to custom `RefinedRust`
 /// implementations.
 /// Provides deserialization from a JSON file defining this registry.
-extern crate serde_json;
-
 use std::fs::File;
 use std::io::{BufReader, BufWriter};
 
-- 
GitLab