huskies: merge 927

This commit is contained in:
dave
2026-05-12 17:49:44 +00:00
parent b8945654bf
commit 03a99b3cf1
33 changed files with 119 additions and 25 deletions
+2
View File
@@ -3,6 +3,8 @@
// matrix-sdk-crypto's deeply nested types require a higher recursion limit
// when the `e2e-encryption` feature is enabled.
#![recursion_limit = "256"]
// Prevent panics from direct &str indexing that could split multi-byte UTF-8 codepoints.
#![deny(clippy::string_slice)]
mod agent_log;
mod agent_mode;