Skip to content

Commit

Permalink
fix: clippy unused field error
Browse files Browse the repository at this point in the history
  • Loading branch information
gavriliumircea committed Feb 16, 2024
1 parent 1e70cd2 commit da25002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use vercel_runtime as Vercel;
use warp::{Buf, Filter};

#[derive(Debug)]
struct CustomError(String);
struct CustomError();
impl warp::reject::Reject for CustomError {}

/// Create request common handler. It validates the received data, creates the merkle tree and uploads it to ipfs.
Expand Down

0 comments on commit da25002

Please sign in to comment.