From 90c53e2dc859b47615ebaa08199b7460615ce3e4 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 4 Sep 2024 14:40:27 +0100 Subject: refactor: use FromStr trait for NostrUrlDecoded as it should have been used in the first place --- src/bin/git_remote_nostr/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bin/git_remote_nostr/main.rs') diff --git a/src/bin/git_remote_nostr/main.rs b/src/bin/git_remote_nostr/main.rs index 3e08efe..8d67552 100644 --- a/src/bin/git_remote_nostr/main.rs +++ b/src/bin/git_remote_nostr/main.rs @@ -10,6 +10,7 @@ use std::{ env, io::{self, Stdin}, path::{Path, PathBuf}, + str::FromStr, }; use anyhow::{anyhow, bail, Context, Result}; -- cgit v1.2.3