Skip to content

Commit

Permalink
Allow Dead Code (No More Annoying Warnings) n Add mockito as Dev Dep
Browse files Browse the repository at this point in the history
  • Loading branch information
0xIchigo committed Apr 18, 2024
1 parent ca936e0 commit ecbe283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ documentation = "https://docs.rs/helius-sdk"
readme = "README.md"

[dependencies]
mockito = "1.4.0"
reqwest = "0.12.3"
serde = "1.0.198"
serde_json = "1.0.116"
thiserror = "1.0.58"
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "net"] }

[dev-dependencies]
mockito = "1.4.0"
2 changes: 2 additions & 0 deletions src/client.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(dead_code)]

use crate::config::Config;
use crate::error::Result;
use crate::types::Cluster;
Expand Down

0 comments on commit ecbe283

Please sign in to comment.