diff options
| author | Joseph Ryan <josephryan3.14@gmail.com> | 2020-06-29 18:22:58 -0500 |
|---|---|---|
| committer | Joseph Ryan <josephryan3.14@gmail.com> | 2020-07-27 16:00:39 -0500 |
| commit | 3d707a008e0822471de4adad047b5cefd281f3ac (patch) | |
| tree | 076dc60b3e27e8ec6f9106a62cd7257fa24468dd /src/librustdoc/html/render | |
| parent | 65bf5d5248635152262344770591c367ba6a9890 (diff) | |
| download | rust-3d707a008e0822471de4adad047b5cefd281f3ac.tar.gz rust-3d707a008e0822471de4adad047b5cefd281f3ac.zip | |
Make requested changes
Diffstat (limited to 'src/librustdoc/html/render')
| -rw-r--r-- | src/librustdoc/html/render/mod.rs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/librustdoc/html/render/mod.rs b/src/librustdoc/html/render/mod.rs index 7140cf00b6e..46c1b27986d 100644 --- a/src/librustdoc/html/render/mod.rs +++ b/src/librustdoc/html/render/mod.rs @@ -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> { |
