Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete docs for vestigial AsyncConfigBuilder
This struct seems to be a remnant of a previous approach to async. It cannot be used, and the documentation was lies. Eg: warning: unresolved link to `AsyncConfigBuilder::build` --> src/builder.rs:116:43 | 116 | /// To obtain a [`Config`] call [`build`](AsyncConfigBuilder::build) or [`build_cloned`](AsyncConfigBuilder::build_cloned) | ^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `AsyncConfigBuilder` has no field or associated item named `build` | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default TRhere isn't a build method. There are, in fact, no methods at all. Signed-off-by: Ian Jackson <[email protected]>
- Loading branch information