From 4ec64453ae8a84099c83663344ccd2d3b2ce7f94 Mon Sep 17 00:00:00 2001 From: Lee Jeffery Date: Thu, 16 Jul 2015 14:36:05 +0100 Subject: Fix typo in stability attribute. --- src/libstd/sys/windows/ext/raw.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/sys/windows/ext/raw.rs b/src/libstd/sys/windows/ext/raw.rs index e1796d4b5f0..92d53e2e428 100644 --- a/src/libstd/sys/windows/ext/raw.rs +++ b/src/libstd/sys/windows/ext/raw.rs @@ -10,7 +10,7 @@ //! Windows-specific primitives -#[stable(feature = "raw_ext", since = "1.1.0")] +#![stable(feature = "raw_ext", since = "1.1.0")] use os::raw::c_void; -- cgit 1.4.1-3-g733a5 From 2d32a15667c6d04db96938d1e3e56db34c0a9415 Mon Sep 17 00:00:00 2001 From: Kristof Söderström Date: Thu, 16 Jul 2015 20:43:36 -0700 Subject: Fixed typo --- src/libstd/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/env.rs b/src/libstd/env.rs index b65e065fe91..6842de56d21 100644 --- a/src/libstd/env.rs +++ b/src/libstd/env.rs @@ -11,7 +11,7 @@ //! Inspection and manipulation of the process's environment. //! //! This module contains methods to inspect various aspects such as -//! environment varibles, process arguments, the current directory, and various +//! environment variables, process arguments, the current directory, and various //! other important directories. #![stable(feature = "env", since = "1.0.0")] -- cgit 1.4.1-3-g733a5