From: bors Date: Tue, 14 Feb 2017 19:46:26 +0000 (+0000) Subject: Auto merge of #3700 - matklad:faster-test, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~152 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=82f552d08d7cff5a9bacdb1ffdb8ad7707f11a12;p=cargo.git Auto merge of #3700 - matklad:faster-test, r=alexcrichton Don't use real serde in tests This test used to take 1.5 minutes on my machine (without significant CPU usage however), now it finishes in a couple of seconds. I don't fully understand what is tested here, but I suppose we don't really need serde. --- 82f552d08d7cff5a9bacdb1ffdb8ad7707f11a12