core: "inlune" is not an attribute
This commit is contained in:
parent
46b12d3e05
commit
8ce0215f1b
1 changed files with 1 additions and 1 deletions
|
@ -1885,7 +1885,7 @@ impl extensions for str {
|
||||||
|
|
||||||
Alphanumeric characters are determined by `char::is_alphanumeric`
|
Alphanumeric characters are determined by `char::is_alphanumeric`
|
||||||
"]
|
"]
|
||||||
#[inlune]
|
#[inline]
|
||||||
fn is_alphanumeric() -> bool { is_alphanumeric(self) }
|
fn is_alphanumeric() -> bool { is_alphanumeric(self) }
|
||||||
#[inline]
|
#[inline]
|
||||||
#[doc ="Returns the size in bytes not counting the null terminator"]
|
#[doc ="Returns the size in bytes not counting the null terminator"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue