mirror of
https://github.com/solaeus/nucleo.git
synced 2024-11-12 18:17:11 +00:00
Remove unused modules/files
This commit is contained in:
parent
b4f547b0f4
commit
f73a1988f2
@ -1 +0,0 @@
|
||||
|
@ -1,9 +0,0 @@
|
||||
pub struct MatchSnapshot {
|
||||
chunks: Vec<Match>,
|
||||
}
|
||||
|
||||
#[derive(PartialEq, Eq, PartialOrd, Ord, Debug, Clone, Copy)]
|
||||
struct Match {
|
||||
score: u32,
|
||||
idx: u32,
|
||||
}
|
Loading…
Reference in New Issue
Block a user