From 85c9fc6f8f59c146c44aacb4b9abfb2c35e16089 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 22 Mar 2013 14:00:15 -0700 Subject: librustc: Remove the `const` declaration form everywhere --- src/librustdoc/demo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librustdoc/demo.rs') diff --git a/src/librustdoc/demo.rs b/src/librustdoc/demo.rs index ad57af8942d..c5fb8f289f6 100644 --- a/src/librustdoc/demo.rs +++ b/src/librustdoc/demo.rs @@ -24,7 +24,7 @@ use core::prelude::*; /// The base price of a muffin on a non-holiday -const price_of_a_muffin: float = 70f; +static price_of_a_muffin: float = 70f; struct WaitPerson { hair_color: ~str -- cgit 1.4.1-3-g733a5