Skip to content

Commit

Permalink
refactor: remove duplicate imports
Browse files Browse the repository at this point in the history
Signed-off-by: Haobo Gu <[email protected]>
  • Loading branch information
HaoboGu committed Dec 11, 2024
1 parent b3ea732 commit 04b3456
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rmk-macro/src/behavior.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
//! Initialize behavior config boilerplate of RMK
//!
use quote::quote;
use crate::config::{OneShotConfig, TapHoldConfig, TriLayerConfig};

use crate::config::{OneShotConfig, TriLayerConfig};
use crate::keyboard_config::KeyboardConfig;
use quote::quote;

fn expand_tri_layer(tri_layer: &Option<TriLayerConfig>) -> proc_macro2::TokenStream {
match tri_layer {
Expand Down

0 comments on commit 04b3456

Please sign in to comment.