Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cleaton committed Sep 29, 2023
1 parent 431bd70 commit a28ee56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustler_benchmarks/native/benchmark/src/nif_various.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub enum TaggedEnum {
}

#[rustler::nif]
pub fn decode_term(_input: Term<>) -> NifResult<bool> {
pub fn decode_term(_input: Term) -> NifResult<bool> {
Ok(true)
}

Expand Down

0 comments on commit a28ee56

Please sign in to comment.