mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-09-04 19:25:42 +00:00
Tests written in layout.rs
added staged_parameters to ClusterLayout removed the serde(default) -> will need a migration function
This commit is contained in:
@@ -419,17 +419,3 @@ fn cycles_of_1_forest(forest: &[Option<usize>]) -> Vec<Vec<usize>> {
|
||||
}
|
||||
|
||||
|
||||
//====================================================================================
|
||||
//====================================================================================
|
||||
//====================================================================================
|
||||
//====================================================================================
|
||||
//====================================================================================
|
||||
//====================================================================================
|
||||
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user