-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency Rust to v1.75.0 (#716)
* Update dependency Rust to v1.75.0 * `x.get(i).unwrap()` → `x[i]` `x.get(i).unwrap()`としているところを、すべて`x[i]`にする。 `clippy::get_first`が`.get(0).unwrap()`という表現を咎めるようになった ことへの対応であるが、他の`.get(_).unwrap()`もそんなに数が無いので この際に一括で置き換えてしまうことにする。 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ryo Yamashita <qryxip@gmail.com>
- Loading branch information
1 parent
8ed8d35
commit ca7b00a
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.74.1 | ||
1.75.0 |