From fce26815b400b5d3c0b67a46085ba8c9a61c1457 Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Mon, 27 May 2024 17:53:57 -0300 Subject: update `Session::load_with_option` to the new API --- rust/src/metadata.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'rust/src/metadata.rs') diff --git a/rust/src/metadata.rs b/rust/src/metadata.rs index 96571207..9eeff8fa 100644 --- a/rust/src/metadata.rs +++ b/rust/src/metadata.rs @@ -710,13 +710,6 @@ impl IntoJson for &Metadata { } } -impl IntoJson for Metadata { - type Output = BnString; - fn get_json_string(self) -> Result { - Metadata::get_json_string(&self) - } -} - impl IntoJson for Ref { type Output = BnString; fn get_json_string(self) -> Result { -- cgit v1.3.1