Make requested changes
This commit is contained in:
parent
65bf5d5248
commit
3d707a008e
5 changed files with 24 additions and 20 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue