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

Commit 088afbc3 authored by Chris Wailes's avatar Chris Wailes Committed by Gerrit Code Review
Browse files

Merge "Update source for Rust 1.66.1"

parents 4561f57d f266646d
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};