Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d25329f authored by Chris Wailes's avatar Chris Wailes Committed by Automerger Merge Worker
Browse files

Merge "Update source for Rust 1.66.1" am: 088afbc3 am: 77d42340

parents 2aa2dbb0 77d42340
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -15,9 +15,6 @@
//! The core event loop for Rust modules. Here Rust modules are started in
//! dependency order.

#![allow(stable_features)]
#![feature(mixed_integer_ops)]

use bt_common::init_flags::rust_event_loop_is_enabled;
use gatt::channel::AttTransport;
use log::{info, warn};