mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +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 {
|
||||
None
|
||||
} else {
|
||||
Some(&self.inner[LENGTH-1])
|
||||
Some(&self.inner[LENGTH - 1])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user