Skip to content

Commit 83d144a

Browse files
committed
install: Drop impl Default for Filesystem
We require this to be configured externally now. Signed-off-by: Colin Walters <[email protected]>
1 parent 53cd1e6 commit 83d144a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/src/install/baseline.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ pub(crate) enum Filesystem {
5252
Btrfs,
5353
}
5454

55-
impl Default for Filesystem {
56-
fn default() -> Self {
57-
// Obviously this should be configurable.
58-
Self::Xfs
59-
}
60-
}
61-
6255
impl Display for Filesystem {
6356
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
6457
self.to_possible_value().unwrap().get_name().fmt(f)

0 commit comments

Comments
 (0)