mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix clippy
This commit is contained in:
parent
ead766a586
commit
98ad7f3753
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ pub struct StreamContext {
|
|||
}
|
||||
|
||||
impl StreamContext {
|
||||
#[warn(clippy::too_many_arguments)]
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn new(
|
||||
context_id: u32,
|
||||
metrics: Rc<WasmMetrics>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue