Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nazo6 committed Nov 12, 2024
1 parent 1a499f8 commit 4e3d1fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/rktk-keymanager/src/state/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,5 @@ pub struct KeymapInfo {

pub(super) const MAX_TAP_DANCE_KEY_COUNT: u8 = 4;
pub(super) const MAX_TAP_DANCE_REPEAT_COUNT: u8 = 8;
#[cfg(feature = "state")]
pub(super) const ONESHOT_STATE_SIZE: u8 = 4;

Check warning on line 53 in lib/rktk-keymanager/src/state/config.rs

View workflow job for this annotation

GitHub Actions / test

constant `ONESHOT_STATE_SIZE` is never used

Check warning on line 53 in lib/rktk-keymanager/src/state/config.rs

View workflow job for this annotation

GitHub Actions / check

constant `ONESHOT_STATE_SIZE` is never used

Check warning on line 53 in lib/rktk-keymanager/src/state/config.rs

View workflow job for this annotation

GitHub Actions / check

constant `ONESHOT_STATE_SIZE` is never used

Check warning on line 53 in lib/rktk-keymanager/src/state/config.rs

View workflow job for this annotation

GitHub Actions / check

constant `ONESHOT_STATE_SIZE` is never used
#[cfg(feature = "state")]
pub(super) const MAX_RESOLVED_KEY_COUNT: u8 = 64;

Check warning on line 54 in lib/rktk-keymanager/src/state/config.rs

View workflow job for this annotation

GitHub Actions / test

constant `MAX_RESOLVED_KEY_COUNT` is never used

Check warning on line 54 in lib/rktk-keymanager/src/state/config.rs

View workflow job for this annotation

GitHub Actions / check

constant `MAX_RESOLVED_KEY_COUNT` is never used

Check warning on line 54 in lib/rktk-keymanager/src/state/config.rs

View workflow job for this annotation

GitHub Actions / check

constant `MAX_RESOLVED_KEY_COUNT` is never used

Check warning on line 54 in lib/rktk-keymanager/src/state/config.rs

View workflow job for this annotation

GitHub Actions / check

constant `MAX_RESOLVED_KEY_COUNT` is never used

0 comments on commit 4e3d1fa

Please sign in to comment.