nostr-rs-relay

My dev fork of nostr-rs-relay
git clone git://jb55.com/nostr-rs-relay
Log | Files | Refs | README | LICENSE

commit 294d3b99c32350c9bcb09e14feb2404546e05ce8
parent 53990672aea03037b90f186f8d58ce1a2161da09
Author: Greg Heartsfield <scsibug@imap.cc>
Date:   Sat, 26 Feb 2022 09:07:07 -0600

fix: correct imports for test cases

Diffstat:
Msrc/hexrange.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/hexrange.rs b/src/hexrange.rs @@ -80,6 +80,7 @@ pub fn hex_range(s: &str) -> Option<HexSearch> { #[cfg(test)] mod tests { use super::*; + use crate::error::Result; #[test] fn hex_range_exact() -> Result<()> {