Skip to content

Commit 85a83df

Browse files
committed
pool: rename result module to output
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 69ddd0b commit 85a83df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/nostr-relay-pool/src/pool/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ pub use tokio_stream::wrappers::ReceiverStream;
1818
mod error;
1919
mod internal;
2020
pub mod options;
21-
mod result;
21+
mod output;
2222

2323
pub use self::error::Error;
2424
use self::internal::InternalRelayPool;
2525
pub use self::options::RelayPoolOptions;
26-
pub use self::result::Output;
26+
pub use self::output::Output;
2727
use crate::relay::flags::FlagCheck;
2828
use crate::relay::options::{FilterOptions, NegentropyOptions, RelayOptions, RelaySendOptions};
2929
use crate::relay::{Relay, RelayBlacklist, RelayStatus};
File renamed without changes.

0 commit comments

Comments
 (0)