mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 19:06:22 +00:00
Fix backoff doc to match implementation The commit 8dddb2294310ad3e8ce0b2af735a702ad72a9a99 in the crossbeam-channel PR (#93563) changed the backoff strategy to be quadratic instead of exponential. This updates the doc to prevent confusion.