Skip to content

Commit 8217e22

Browse files
sunny-gfilmor
authored andcommitted
clippy
1 parent 872755c commit 8217e22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rustler/src/schedule.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ where
113113
)
114114
}
115115

116+
#[allow(clippy::many_single_char_names)]
116117
match self {
117118
Self::Result(res) => NifReturned::Term(res.encode(env).as_c_arg()),
118119
Self::Next(_, a) => branch!(a),

0 commit comments

Comments
 (0)