mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
Add TODO to remember replacing steps with an enum
This commit is contained in:
@ -68,6 +68,7 @@ mod steps {
|
||||
];
|
||||
|
||||
const fn step(step: u16) -> (u16, &'static str) {
|
||||
/// TODO: convert to an enum_iterator enum of steps
|
||||
(step, STEPS[step as usize])
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user