Searched refs:NOT_CRATES_IO (Results 1 – 1 of 1) sorted by relevance
144 const NOT_CRATES_IO: &'static [&'static str] = &[ in is_crates_io() constant151 !NOT_CRATES_IO.iter().any(|prefix| self.path().rel().starts_with(prefix)) in is_crates_io()