From f05da01dbe3ce8e7460a1d47d489f85a1fa1cbb7 Mon Sep 17 00:00:00 2001 From: Oliver Middleton Date: Tue, 28 Jun 2016 22:50:44 +0100 Subject: rustdoc: Fix empty Implementations section on some module pages These are caused by `DefaultImpl`s. --- src/test/rustdoc/module-impls.rs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/test/rustdoc/module-impls.rs (limited to 'src/test/rustdoc') diff --git a/src/test/rustdoc/module-impls.rs b/src/test/rustdoc/module-impls.rs new file mode 100644 index 00000000000..7be3c500731 --- /dev/null +++ b/src/test/rustdoc/module-impls.rs @@ -0,0 +1,15 @@ +// Copyright 2016 The Rust Project Developers. See the COPYRIGHT +// file at the top-level directory of this distribution and at +// http://rust-lang.org/COPYRIGHT. +// +// Licensed under the Apache License, Version 2.0 or the MIT license +// , at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. + +#![crate_name = "foo"] + +pub use std::marker::Send; + +// @!has foo/index.html 'Implementations' -- cgit 1.4.1-3-g733a5