<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti-relay/src/stream/exit.rs, branch main</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=main</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-07-27T12:33:04Z</updated>
<entry>
<title>arti-relay: Add back allow(clippy::unused_async)</title>
<updated>2026-07-27T12:33:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-07-27T12:33:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ecf9154d0170f5fe6b78c8cb04a61680e6901e6c'/>
<id>urn:sha1:ecf9154d0170f5fe6b78c8cb04a61680e6901e6c</id>
<content type='text'>
The clippy CI job that uses RECENT_RUST_IMAGE fails without the `allow`
(RECENT_RUST_IMAGE uses Rust 1.96, where the `unused_async`
false-positive still appears to trigger).
</content>
</entry>
<entry>
<title>arti-relay: Remove unused_async clippy escape hatch</title>
<updated>2026-07-27T12:17:02Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-07-27T12:10:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=73d8de8e3dce14b8b325d144450075daa973bbac'/>
<id>urn:sha1:73d8de8e3dce14b8b325d144450075daa973bbac</id>
<content type='text'>
This was needed to work around two `unused_async`
false-positives that would trigger on older Rust versions.
This was fixed in https://github.com/rust-lang/rust-clippy/issues/15305
and released in 1.90, according to the [changelog].

Since these no longer trigger on 1.97.1, they are now causing the
`expect(clippy::unused_async)` to fail. Removing the `expect`s seems
like the most sensible fix.

[changelog]: https://github.com/rust-lang/rust-clippy/issues/15305
</content>
</entry>
<entry>
<title>arti-relay: Add a task for handling incoming streams</title>
<updated>2026-07-22T12:12:10Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-15T10:07:39Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0a4f24bfb9e2c97ba0a2c6962760125a9aa347a4'/>
<id>urn:sha1:0a4f24bfb9e2c97ba0a2c6962760125a9aa347a4</id>
<content type='text'>
This is just the skeleton of the task. The implementation will follow
later.
</content>
</entry>
</feed>
