<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/rustdoc/hidden-methods.rs, branch 1.44.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.44.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.44.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-12-26T04:08:33+00:00</updated>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use XPATH notation to match against flattened nodes</title>
<updated>2018-10-10T19:04:52+00:00</updated>
<author>
<name>Philip Munksgaard</name>
<email>pmunksgaard@gmail.com</email>
</author>
<published>2018-10-10T19:04:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e8bc04e1c8e0e27bcc3e5915d465ca12b0254565'/>
<id>urn:sha1:e8bc04e1c8e0e27bcc3e5915d465ca12b0254565</id>
<content type='text'>
The generated code would look like `&lt;code&gt;impl &lt;a href="..."&gt;Foo&lt;/a&gt;&lt;/code&gt;`
which the plain text matcher doesn't match. But by using the XPATH notation, the
nodes are flattened and we can correctly assert that `impl Foo` does not occur
in the generated docs.
</content>
</entry>
<entry>
<title>rustdoc: Fix a few stripping issues</title>
<updated>2016-06-27T22:26:29+00:00</updated>
<author>
<name>Oliver Middleton</name>
<email>olliemail27@gmail.com</email>
</author>
<published>2016-06-27T22:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=beebaf1366d84425cb52074a710d4bc560f3d2c3'/>
<id>urn:sha1:beebaf1366d84425cb52074a710d4bc560f3d2c3</id>
<content type='text'>
We need to recurse into stripped modules to strip things like impl methods
but when doing so we must not add any items to the `retained` set.
</content>
</entry>
</feed>
