mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Update RELEASES.md
Co-authored-by: bluss <bluss@users.noreply.github.com>
This commit is contained in:
parent
8dbbe78be6
commit
cecb8a660c
@ -16,7 +16,7 @@ Language
|
|||||||
if LENGTH == 0 {
|
if LENGTH == 0 {
|
||||||
None
|
None
|
||||||
} else {
|
} else {
|
||||||
Some(&self.inner[LENGTH-1])
|
Some(&self.inner[LENGTH - 1])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user