From 730a82f73beb8054543e424d47b431dd2b94d305 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 13 Jun 2021 13:24:29 +0200 Subject: run(): Add a note to include the repo name in repo errors --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index ef3c87d..ee639dd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -166,6 +166,7 @@ fn run() -> Result<(), MultiError> { // `e` should always be an error. .map(|e| e.err().unwrap()) + // TODO: Prefix error with repo name .collect(); if errors.len() > 0 { -- cgit v1.2.3