Explorar o código

Aggreate over a vector of repos

Sladyn Nunes %!s(int64=4) %!d(string=hai) anos
pai
achega
f48353f537
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/agenda.rs

+ 1 - 1
src/agenda.rs

@@ -596,7 +596,7 @@ pub fn lang<'a>() -> Box<dyn Action> {
     });
 
     actions.push(Query {
-        repos: vec!["rust-lang/rust"],
+        repos: vec!["rust-lang/rust", "rust-lang/reference"],
         queries,
     });