Skip to content

Commit

Permalink
revert feature test code
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Sep 8, 2024
1 parent 8e210f2 commit 7e9be8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions crates/samples/no_default_features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ crate-type = ["cdylib","staticlib"]
[dependencies]
mssf-com.workspace = true

# disable all features
[dependencies.mssf-core]
path = "../../libs/core"
default-features = false
Expand Down
4 changes: 0 additions & 4 deletions crates/samples/no_default_features/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ fn test_fn() {
//
let my_ctx = ActivationContext::create();
my_ctx.unwrap();

// TODO: Seems like I can create feature gated object in this workspace
// This compile feature gate test is not successful.
let _c = mssf_core::client::FabricClient::new();
}

0 comments on commit 7e9be8b

Please sign in to comment.