]> git.lizzy.rs Git - rust.git/commit
Auto merge of #6090 - Fishrock123:rc_buffer-formatting-caveats, r=yaahc
authorbors <bors@rust-lang.org>
Sun, 27 Sep 2020 00:38:23 +0000 (00:38 +0000)
committerbors <bors@rust-lang.org>
Sun, 27 Sep 2020 00:38:23 +0000 (00:38 +0000)
commit949b834067bdfbde6080358fae29845d86e2db01
tree3a7914bc1b0064c7ae59dad6ebe48358c5be9900
parentea079eb8a4ad3b7ccdfd102bbbd722bf0a203378
parent00e641b91417a0b4489544406f60a1e2babe7c88
Auto merge of #6090 - Fishrock123:rc_buffer-formatting-caveats, r=yaahc

lints: clarify rc_buffer and add caveats

This didn't display some types properly in the docs due the lack of code formatting.

Also, refs for the caveat:
https://github.com/rust-lang/rust-clippy/pull/6044#issuecomment-699559082
https://github.com/http-rs/surf/pull/242

Fwiw I can't get `cargo test` to run, even on nightly. I get:
```
error[E0463]: can't find crate for `rustc_ast`
```

*Please keep the line below*
changelog: none, nightly