Skip to content

Commit 8ce0215

Browse files
committed
core: "inlune" is not an attribute
1 parent 46b12d3 commit 8ce0215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/str.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,7 @@ impl extensions for str {
18851885
18861886
Alphanumeric characters are determined by `char::is_alphanumeric`
18871887
"]
1888-
#[inlune]
1888+
#[inline]
18891889
fn is_alphanumeric() -> bool { is_alphanumeric(self) }
18901890
#[inline]
18911891
#[doc ="Returns the size in bytes not counting the null terminator"]

0 commit comments

Comments
 (0)