mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 17:03:35 +00:00
core: "inlune" is not an attribute
This commit is contained in:
parent
46b12d3e05
commit
8ce0215f1b
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user