run formatters

This commit is contained in:
Ilka Schulz
2026-06-05 07:35:21 +02:00
parent 9949957afe
commit f16b2e1b03
60 changed files with 408 additions and 362 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
//! Functions that make it easy to copy data between arrays and slices using functions with
//! destinations. See the specific functions for examples and more explanations.
use crate::{with_destination, To};
use crate::{To, with_destination};
/// Function with destination that copies data from
/// origin into the destination.