File size: 153 Bytes
f0f4f2b |
1 2 3 4 5 |
disallowed-methods = [
{ path = "futures::channel::mpsc::unbounded", reason = "does not enforce backpressure" },
]
avoid-breaking-exported-api = false
|
f0f4f2b |
1 2 3 4 5 |
disallowed-methods = [
{ path = "futures::channel::mpsc::unbounded", reason = "does not enforce backpressure" },
]
avoid-breaking-exported-api = false
|