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

Commit f266646d authored by Chris Wailes's avatar Chris Wailes
Browse files

Update source for Rust 1.66.1

This CL removes a feature flag for a stabilized feature.

Bug: 263153841
Test: m rust
Change-Id: Ic1615e08f52746b32f7429144d2799a3c33627af
parent aca1d986
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -15,9 +15,6 @@
//! The core event loop for Rust modules. Here Rust modules are started in
//! The core event loop for Rust modules. Here Rust modules are started in
//! dependency order.
//! dependency order.


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

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