Skip to content

Commit 5a37516

Browse files
Cleanup
- remove commented features and code
1 parent 1a05e81 commit 5a37516

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,3 @@ rstest = "0.12.0"
3838

3939
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
4040
httpmock = "0.6"
41-
42-
[features]
43-
# default = ["blocking"]
44-
# non_blocking = ["fastly"]
45-
# blocking = ["reqwest/blocking"]

src/flagsmith/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ use std::sync::mpsc::{self, SyncSender, TryRecvError};
2020
use std::sync::{Arc, Mutex};
2121
use std::{thread, time::Duration};
2222

23-
// #[cfg(all(target_arch = "wasm32", feature = "default"))]
24-
// compile_error!(
25-
// "feature \"non_blocking\" and feature \"default\" cannot be enabled at the same time"
26-
// );
27-
2823
mod analytics;
2924
mod client;
3025

0 commit comments

Comments
 (0)