mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
Update RELEASES.md
Co-authored-by: bluss <bluss@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ Language
|
||||
if LENGTH == 0 {
|
||||
None
|
||||
} else {
|
||||
Some(&self.inner[LENGTH-1])
|
||||
Some(&self.inner[LENGTH - 1])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user