mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
0818ba43a4
Fix backoff doc to match implementation
The commit 8dddb22943 in the crossbeam-channel PR (#93563) changed the backoff strategy to be quadratic instead of exponential. This updates the doc to prevent confusion.