From 7208d89c31964abaee4faa6ec53f6602e0f1d534 Mon Sep 17 00:00:00 2001 From: cloudhead Date: Mon, 22 Jan 2024 10:51:44 +0100 Subject: [PATCH] radicle: Remove unused import --- radicle/src/identity/doc/id.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/radicle/src/identity/doc/id.rs b/radicle/src/identity/doc/id.rs index fe654616..c7385d8b 100644 --- a/radicle/src/identity/doc/id.rs +++ b/radicle/src/identity/doc/id.rs @@ -4,12 +4,9 @@ use std::{ffi::OsString, fmt, str::FromStr}; use git_ext::ref_format::{Component, RefString}; use thiserror::Error; -use crate::crypto; use crate::git; use crate::serde_ext; -pub use crypto::PublicKey; - /// Radicle identifier prefix. pub const RAD_PREFIX: &str = "rad:";