Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Diane Huxley committed Aug 17, 2024
1 parent 0654617 commit efa4310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bindings/web5_uniffi_wrapper/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,3 @@ impl From<InnerWeb5Error> for Web5Error {
}

pub type Result<T> = std::result::Result<T, Web5Error>;

2 changes: 1 addition & 1 deletion crates/web5/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ mod test {
log_dbg!("Log debugging with arguments {}", "Some value");
log_dbg!(|| { 2 + 2 });
}
}
}

0 comments on commit efa4310

Please sign in to comment.