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.
needless_borrow
1 parent edd7ad5 commit e415c34Copy full SHA for e415c34
rust/macros/module.rs
@@ -430,7 +430,7 @@ pub fn module(ts: TokenStream) -> TokenStream {
430
let (param_kernel_type, ops): (String, _) = match param_type {
431
ParamType::Ident(ref param_type) => (
432
param_type.to_string(),
433
- param_ops_path(¶m_type).to_string(),
+ param_ops_path(param_type).to_string(),
434
),
435
ParamType::Array {
436
ref vals,
0 commit comments