Skip to content

Commit

Permalink
Fixes, cleanups
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas committed Nov 13, 2023
1 parent 802a904 commit 6fe2b67
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 73 deletions.
1 change: 1 addition & 0 deletions aries_vcx/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::result_large_err)]
#![allow(clippy::large_enum_variant)]
#![allow(clippy::diverging_sub_expression)]
//this is needed for some large json macro invocations
Expand Down
1 change: 0 additions & 1 deletion aries_vcx/tests/test_did_exchange.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#[macro_use]
extern crate log;

use std::sync::Arc;
Expand Down
2 changes: 0 additions & 2 deletions aries_vcx/tests/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
pub mod scenarios;
pub mod test_agent;
pub mod test_macros;

use std::time::Duration;

use aries_vcx::{
Expand Down
70 changes: 0 additions & 70 deletions aries_vcx/tests/utils/test_macros.rs

This file was deleted.

0 comments on commit 6fe2b67

Please sign in to comment.