Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
acceptor: fix nightly doc_overindented_list_items warns
Of the form: ``` warning: doc list item overindented --> librustls/src/acceptor.rs:219:9 | 219 | /// with rustls_accepted_into_connection. | ^^^^^ help: try using ` ` (3 spaces) | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items = note: `#[warn(clippy::doc_overindented_list_items)]` on by default ```
- Loading branch information