Dan Kov
Dan Kov
If you drag the bottom of the cmd.exe window to the top repeatedly, sometimes the following code panics with the message "attempt to add with overflow". ```rust // pretend this...
### Summary Clippy suggests to remove `.copied()` from an iterator over `Copy` elements, the which are later borrowed in a `'static' future. ### Lint Name unnecessary_to_owned ### Reproducer I tried...
### What version of Bun is running? 1.1.10+5102a9443 ### What platform is your computer? Microsoft Windows NT 10.0.19045.0 x64 ### What steps can reproduce the bug? main.ts ```typescript function uptime(t:...