1
Fork 0

Make requested changes

This commit is contained in:
Joseph Ryan 2020-06-29 18:22:58 -05:00
parent 65bf5d5248
commit 3d707a008e
No known key found for this signature in database
GPG key ID: 1A89B54043BBCCBD
5 changed files with 24 additions and 20 deletions

View file

@ -371,14 +371,12 @@ pub fn initial_ids() -> Vec<String> {
.collect()
}
/// Generates the documentation for `crate` into the directory `dst`
impl FormatRenderer for Context {
type Output = Self;
/// Generates the documentation for `crate` into the directory `dst`
fn init(
mut krate: clean::Crate,
options: RenderOptions,
_renderinfo: RenderInfo,
_render_info: RenderInfo,
edition: Edition,
cache: &mut Cache,
) -> Result<(Context, clean::Crate), Error> {