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

Commit 1259c842 authored by JohnLai's avatar JohnLai
Browse files

Floss: Remove unused import in bluetooth.rs

Remove unused import TryInto.

Bug: 269077436
Test: Manually
Tag: #floss
Change-Id: Ia2319bd29cf7bc5e00eca2e3acb1aa51af203404
parent 0782e9a6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ use btif_macros::{btif_callback, btif_callbacks_dispatcher};
use log::{debug, warn};
use num_traits::cast::ToPrimitive;
use std::collections::HashMap;
use std::convert::TryInto;
use std::fs::File;
use std::hash::Hash;
use std::io::Write;