Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjoy committed Jun 22, 2024
1 parent 08b0680 commit 18fd8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/watch.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use apollo_client::conf::{meta::IpValue, requests::WatchRequest, ApolloConfClientBuilder};
use cidr_utils::cidr::IpCidr;
use futures_util::{pin_mut, stream::StreamExt};
use std::error::Error;
use std::{error::Error, str::FromStr};
use url::Url;

#[tokio::main]
Expand Down
1 change: 1 addition & 0 deletions src/conf/meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ impl Display for IpValue {
#[cfg(test)]
mod tests {
use super::*;
use std::str::FromStr;

#[test]
fn test_notification_new() {
Expand Down

0 comments on commit 18fd8e8

Please sign in to comment.