Skip to content

Commit a2482a3

Browse files
cleatonfilmor
authored andcommitted
format
1 parent 7087bb5 commit a2482a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustler_benchmarks/native/benchmark/src/nif_various.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub enum TaggedEnum {
5050
}
5151

5252
#[rustler::nif]
53-
pub fn decode_term(_input: Term<>) -> NifResult<bool> {
53+
pub fn decode_term(_input: Term) -> NifResult<bool> {
5454
Ok(true)
5555
}
5656

0 commit comments

Comments
 (0)