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 76015a1 commit e513293Copy full SHA for e513293
.clippy.toml
@@ -1,7 +1,7 @@
1
too-many-arguments-threshold = 20
2
disallowed-methods = [
3
# unbounded channels are for expert use only
4
- { path = "tokio::sync::mpsc::unbounded", reason = "use a bounded channel instead" },
+ { path = "tokio::sync::mpsc::unbounded_channel", reason = "use a bounded channel instead" },
5
{ path = "futures::channel::mpsc::unbounded", reason = "use a bounded channel instead" },
6
{ path = "futures_channel::mpsc::unbounded", reason = "use a bounded channel instead" },
7
]
0 commit comments