There was an error while loading. Please reload this page.
1 parent 4294689 commit a5bd072Copy full SHA for a5bd072
1 file changed
src/channels.rs
@@ -44,6 +44,7 @@ pub(crate) struct Channels {
44
}
45
46
impl Channels {
47
+ #[allow(clippy::too_many_arguments)]
48
pub(crate) fn new(
49
configuration: Configuration,
50
connection_status: ConnectionStatus,
0 commit comments