mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 01:40:41 +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.