From b1ee9c9018d3347d07ffbfe32d0bd1a16cc80bab Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Fri, 13 May 2016 18:01:10 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20'queue'=20=E2=86=92=20'cue'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2016-05-13-rustup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2016-05-13-rustup.md b/_posts/2016-05-13-rustup.md index ecfcc5053..6c11dabfd 100644 --- a/_posts/2016-05-13-rustup.md +++ b/_posts/2016-05-13-rustup.md @@ -243,7 +243,7 @@ The error tells us that the compiler can't find `std`. That is of course because we haven't installed it. To start cross-compiling, you need to acquire a standard library for the target -platform. Previously, this was an error-prone, manual process — queue those +platform. Previously, this was an error-prone, manual process — cue those blog posts I mentioned earlier. But with rustup, it's just part of the usual workflow: