()
| 232 | } |
| 233 | |
| 234 | pub fn default_ignore_patterns() -> Vec<Glob> { |
| 235 | DEFAULT_IGNORE_PATTERNS.iter().map(|s| Glob::new(s).unwrap()).collect() |
| 236 | } |
| 237 | |
| 238 | #[cfg(feature = "std")] |
| 239 | #[derive(Clone, Eq, PartialEq)] |
no outgoing calls
no test coverage detected