This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-29 19:47:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14e59bb317
rust
/
tests
/
rustdoc
/
issue-16265-2.rs
5 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
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 20:13:18 +00:00
// @hasraw issue_16265_2/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 23:43:55 +00:00
trait
Y
{
}
Make source links look cleaner Change from syntaxy-looking [src] to the plain word "source".
2021-12-04 01:09:04 +00:00
impl
Y
for
Option
<
u32
>
{
}
Reference in New Issue
Copy Permalink