Skip to content
Snippets Groups Projects
Verified Commit 2b277b70 authored by Vincent Lafeychine's avatar Vincent Lafeychine
Browse files

fix(shim): Remove deprecated syntax crate

parent 2ae964d1
No related branches found
No related tags found
1 merge request!48Improve libraries imports
Pipeline #102414 passed
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
/// Registry of shims for Rust functions that get mapped to custom `RefinedRust` /// Registry of shims for Rust functions that get mapped to custom `RefinedRust`
/// implementations. /// implementations.
/// Provides deserialization from a JSON file defining this registry. /// Provides deserialization from a JSON file defining this registry.
extern crate serde_json;
use std::fs::File; use std::fs::File;
use std::io::{BufReader, BufWriter}; use std::io::{BufReader, BufWriter};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment