fix(core): remove stale permission lint expectation

This commit is contained in:
Felipe Coury
2026-06-03 16:43:28 -03:00
parent b82e0cbe41
commit caabffdf1d

View File

@@ -2212,10 +2212,6 @@ impl Session {
rx_approve
}
#[expect(
clippy::await_holding_invalid_type,
reason = "active turn checks and turn state updates must remain atomic"
)]
pub(crate) async fn request_permissions_for_environment(
self: &Arc<Self>,
turn_context: &Arc<TurnContext>,