We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7087bb5 commit a2482a3Copy full SHA for a2482a3
rustler_benchmarks/native/benchmark/src/nif_various.rs
@@ -50,7 +50,7 @@ pub enum TaggedEnum {
50
}
51
52
#[rustler::nif]
53
-pub fn decode_term(_input: Term<>) -> NifResult<bool> {
+pub fn decode_term(_input: Term) -> NifResult<bool> {
54
Ok(true)
55
56
0 commit comments