aa8a53f687
Updates all the various files utilized in the system and idempotence tests to directly use the corresponding 'style_edition' configuration as opposed to keeping the original 'version' values and relying on the mapping.
13 lines
330 B
Rust
13 lines
330 B
Rust
// rustfmt-style_edition: 2024
|
|
|
|
fn build_sorted_static_get_entry_names(
|
|
mut entries: Vec<(u8, &'static str)>,
|
|
) -> (impl Fn(
|
|
AlphabeticalTraversal,
|
|
Box<dyn dirents_sink::Sink<AlphabeticalTraversal>>,
|
|
) -> BoxFuture<'static, Result<Box<dyn dirents_sink::Sealed>, Status>>
|
|
+ Send
|
|
+ Sync
|
|
+ 'static) {
|
|
}
|