lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 17.09-beta 25 lines 721 B view raw
1From ac204f8be95cdb2350a1dd893641e38528aaf01d Mon Sep 17 00:00:00 2001 2From: joachim schiele <js@lastlog.de> 3Date: Fri, 25 Nov 2016 02:17:02 +0100 4Subject: [PATCH] asdf 5 6--- 7 src/tools/tidy/src/main.rs | 2 +- 8 1 file changed, 1 insertion(+), 1 deletion(-) 9 10diff --git a/src/tools/tidy/src/main.rs b/src/tools/tidy/src/main.rs 11index cb11fe2..c9b7d2a 100644 12--- a/src/tools/tidy/src/main.rs 13+++ b/src/tools/tidy/src/main.rs 14@@ -45,7 +45,7 @@ fn main() { 15 bins::check(&path, &mut bad); 16 style::check(&path, &mut bad); 17 errors::check(&path, &mut bad); 18- cargo::check(&path, &mut bad); 19+ //cargo::check(&path, &mut bad); 20 features::check(&path, &mut bad); 21 pal::check(&path, &mut bad); 22 23-- 242.10.0 25