core: "inlune" is not an attribute

This commit is contained in:
Patrick Walton 2012-06-08 17:57:39 -07:00
parent 46b12d3e05
commit 8ce0215f1b

View File

@ -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"]