Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: Remove unused import
cloudhead committed 2 years ago
commit 7208d89c31964abaee4faa6ec53f6602e0f1d534
parent dc8561847d734e558738974be13015b1981aa1cb
1 file changed +0 -3
modified 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:";