From 8ce0215f1b7b5c70df234b87c45f457a6e0fbcc0 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 8 Jun 2012 17:57:39 -0700 Subject: [PATCH] core: "inlune" is not an attribute --- src/libcore/str.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/str.rs b/src/libcore/str.rs index 1056e61fe27d..1e1e5916a92d 100644 --- a/src/libcore/str.rs +++ b/src/libcore/str.rs @@ -1885,7 +1885,7 @@ impl extensions for str { Alphanumeric characters are determined by `char::is_alphanumeric` "] - #[inlune] + #[inline] fn is_alphanumeric() -> bool { is_alphanumeric(self) } #[inline] #[doc ="Returns the size in bytes not counting the null terminator"]