Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrezot committed Feb 2, 2024
1 parent 2fff97e commit 8af8e50
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 547 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ name = "decrypt"
required-features = ["serialization"]

[features]
full_bench = []
hybridized_bench = []
serialization = []

[dependencies]
Expand Down
3 changes: 1 addition & 2 deletions src/abe_policy/policy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,8 @@ pub fn combine(

#[cfg(test)]
mod tests {
use crate::test_utils::policy;

use super::*;
use crate::test_utils::policy;

#[test]
fn test_combine() {
Expand Down
Loading

0 comments on commit 8af8e50

Please sign in to comment.