| 1 | //! Other operating systems |
|---|---|
| 2 | |
| 3 | use crate::detect::cache; |
| 4 | |
| 5 | #[allow(dead_code)] |
| 6 | pub(crate) fn detect_features() -> cache::Initializer { |
| 7 | cache::Initializer::default() |
| 8 | } |
| 9 |
| 1 | //! Other operating systems |
|---|---|
| 2 | |
| 3 | use crate::detect::cache; |
| 4 | |
| 5 | #[allow(dead_code)] |
| 6 | pub(crate) fn detect_features() -> cache::Initializer { |
| 7 | cache::Initializer::default() |
| 8 | } |
| 9 |