From 262cc4a2bcc0e1465ed0c88722d5adfa80a184d9 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Sat, 14 Dec 2013 19:58:20 -0700 Subject: [PATCH] Update docs to new syntax. --- doc/rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rust.md b/doc/rust.md index aa4ce002e02..4e2868a764f 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -790,7 +790,7 @@ extern mod extra; // equivalent to: extern mod extra = "extra"; extern mod rustextra = "extra"; // linking to 'extra' under another name -extern mod foo = "some/where/foo#1.0"; // a full package ID for rustpkg +extern mod foo = "some/where/rust-foo#foo:1.0"; // a full package ID for rustpkg ~~~~ ##### Use declarations