Skip to content

Commit

Permalink
Remove conflicting Default implementation
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben De Smet <[email protected]>
  • Loading branch information
direc85 and rubdos committed Jun 25, 2024
1 parent 78bf513 commit 8ab8eb1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libsignal-service/examples/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ use libsignal_service::protocol::{
#[derive(Default)]
pub struct ExampleStore {}

impl Default for ExampleStore {
fn default() -> Self {
Self::new()
}
}

impl ExampleStore {
pub fn new() -> Self {
Self::default()
Expand Down

0 comments on commit 8ab8eb1

Please sign in to comment.