<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/tools/clippy/tests/ui/doc/doc-fixable.fixed, branch 1.83.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.83.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.83.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-10-12T21:07:13+00:00</updated>
<entry>
<title>Stabilize `const_option`</title>
<updated>2024-10-12T21:07:13+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>tmgross@umich.edu</email>
</author>
<published>2024-10-01T21:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19f6c17df486c5f70c1000ecada39c62b9c93550'/>
<id>urn:sha1:19f6c17df486c5f70c1000ecada39c62b9c93550</id>
<content type='text'>
This makes the following API stable in const contexts:

    impl&lt;T&gt; Option&lt;T&gt; {
        pub const fn as_mut(&amp;mut self) -&gt; Option&lt;&amp;mut T&gt;;
        pub const fn expect(self, msg: &amp;str) -&gt; T;
        pub const fn unwrap(self) -&gt; T;
        pub const unsafe fn unwrap_unchecked(self) -&gt; T;
        pub const fn take(&amp;mut self) -&gt; Option&lt;T&gt;;
        pub const fn replace(&amp;mut self, value: T) -&gt; Option&lt;T&gt;;
    }

    impl&lt;T&gt; Option&lt;&amp;T&gt; {
        pub const fn copied(self) -&gt; Option&lt;T&gt;
        where T: Copy;
    }

    impl&lt;T&gt; Option&lt;&amp;mut T&gt; {
        pub const fn copied(self) -&gt; Option&lt;T&gt;
        where T: Copy;
    }

    impl&lt;T, E&gt; Option&lt;Result&lt;T, E&gt;&gt; {
        pub const fn transpose(self) -&gt; Result&lt;Option&lt;T&gt;, E&gt;
    }

    impl&lt;T&gt; Option&lt;Option&lt;T&gt;&gt; {
        pub const fn flatten(self) -&gt; Option&lt;T&gt;;
    }

The following functions make use of the unstable
`const_precise_live_drops` feature:

- `expect`
- `unwrap`
- `unwrap_unchecked`
- `transpose`
- `flatten`

Fixes: &lt;https://github.com/rust-lang/rust/issues/67441&gt;
</content>
</entry>
<entry>
<title>Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-update</title>
<updated>2024-07-25T16:29:17+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2024-07-25T16:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b270543f8f5d04359bdc8e2e968217219149af0d'/>
<id>urn:sha1:b270543f8f5d04359bdc8e2e968217219149af0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-update</title>
<updated>2024-05-30T08:49:05+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2024-05-30T08:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9b320af78708ed83f560a87cd1debb2844460287'/>
<id>urn:sha1:9b320af78708ed83f560a87cd1debb2844460287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-update</title>
<updated>2024-04-18T15:48:52+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2024-04-18T15:48:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9028e00dfa2bbbcc74f59c88830caf04e37c8ba3'/>
<id>urn:sha1:9028e00dfa2bbbcc74f59c88830caf04e37c8ba3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '93f0a9a91f58c9b2153868f458402155fb6265bb' into clippy-subtree-update</title>
<updated>2024-03-07T16:19:29+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2024-03-07T16:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=73f7e79a3ba557b8f921cf29d651ec272eb4de48'/>
<id>urn:sha1:73f7e79a3ba557b8f921cf29d651ec272eb4de48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-update</title>
<updated>2024-01-25T18:17:36+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2024-01-25T18:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41e123157818313eb2cf141e3b503feb1bd99a21'/>
<id>urn:sha1:41e123157818313eb2cf141e3b503feb1bd99a21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'ac4c2094a6030530661bee3876e0228ddfeb6b8b' into clippy-subtree-sync</title>
<updated>2023-12-28T18:33:07+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2023-12-28T18:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=379b00ab7777842cc43dcc6d7562db4d4c215b43'/>
<id>urn:sha1:379b00ab7777842cc43dcc6d7562db4d4c215b43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup</title>
<updated>2023-12-16T13:12:50+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2023-12-16T13:12:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=61f4a73c6789078ac2cd04a6555636cf6cd667cf'/>
<id>urn:sha1:61f4a73c6789078ac2cd04a6555636cf6cd667cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup</title>
<updated>2023-11-02T16:35:56+00:00</updated>
<author>
<name>Philipp Krones</name>
<email>hello@philkrones.com</email>
</author>
<published>2023-11-02T16:35:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=257147a7791d26a35927275f1250fa3a9fea34c8'/>
<id>urn:sha1:257147a7791d26a35927275f1250fa3a9fea34c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reuse rustdoc's doc comment handling in Clippy</title>
<updated>2023-09-08T23:42:57+00:00</updated>
<author>
<name>Alex Macleod</name>
<email>alex@macleod.io</email>
</author>
<published>2023-09-08T22:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=caaf1eb88789081ece8cf4d9357be56667d7a897'/>
<id>urn:sha1:caaf1eb88789081ece8cf4d9357be56667d7a897</id>
<content type='text'>
</content>
</entry>
</feed>
