mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 10:25:01 +01:00
Stop building core
Core is now a subset of std
This commit is contained in:
parent
df486c20f8
commit
4969eaeb36
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ impl Nightlies {
|
|||
|
||||
self.all
|
||||
.iter()
|
||||
.flat_map(|nightly| [(nightly, BuildMode::Core), (nightly, BuildMode::Std)])
|
||||
.flat_map(|nightly| [(nightly, BuildMode::Std)])
|
||||
.find(|(nightly, mode)| {
|
||||
!already_finished.contains(&FinishedNightly {
|
||||
nightly: (*nightly).to_owned(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue