Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
58e901b6fd1163172149fd422565523b17eed5f0
rust/tests/rustdoc/issue-16265-1.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
204 B
Rust
Raw Normal View History

rustdoc: Only hide possibly private modules If an empty public module has no documentation, it shouldn't emit a page that's just a redirect loop to itself! Closes #16265
2015-04-06 16:43:55 -07:00
pub struct Foo;
Rename `@hastext` to `@hasraw` (same for `matches`) I think `@hasraw` is slightly clearer than `@hastext` since it is actually matching against the raw HTML, not the text nodes.
2022-08-10 13:13:18 -07:00
// @hasraw issue_16265_1/traits/index.html 'source'
rustdoc: Only hide possibly private modules If an empty public module has no documentation, it shouldn't emit a page that's just a redirect loop to itself! Closes #16265
2015-04-06 16:43:55 -07:00
pub mod traits {
impl PartialEq for super::Foo {
Make source links look cleaner Change from syntaxy-looking [src] to the plain word "source".
2021-12-03 17:09:04 -08:00
fn eq(&self, _: &super::Foo) -> bool {
true
}
rustdoc: Only hide possibly private modules If an empty public module has no documentation, it shouldn't emit a page that's just a redirect loop to itself! Closes #16265
2015-04-06 16:43:55 -07:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1140ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API