mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Add TODO to remember replacing steps with an enum
This commit is contained in:
parent
04c38220ca
commit
75943a5a9b
1 changed files with 1 additions and 0 deletions
|
@ -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])
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue