Skip to content

Commit

Permalink
clippy.toml: Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 17, 2022
1 parent 53d16fd commit 208cafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
disallowed-methods = [
{ path = "futures::sync::mpsc::channel", reason = "does not enforce backpressure" },
{ path = "futures::channel::mpsc::unbounded", reason = "does not enforce backpressure" },
]

0 comments on commit 208cafb

Please sign in to comment.