[PR #22] [MERGED] clippy fixes #143

Closed
opened 2026-03-03 13:46:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/22
Author: @loganmc10
Created: 10/24/2023
Status: Merged
Merged: 10/24/2023
Merged by: @loganmc10

Base: mainHead: clippy


📝 Commits (9)

📊 Changes

37 files changed (+376 additions, -408 deletions)

View changed files

.github/workflows/lint.yml (+28 -0)
📝 src/device.rs (+1 -1)
📝 src/device/ai.rs (+8 -11)
📝 src/device/cache.rs (+11 -11)
📝 src/device/cart.rs (+9 -9)
📝 src/device/cart_rom.rs (+7 -7)
📝 src/device/controller.rs (+5 -10)
📝 src/device/cop0.rs (+9 -9)
📝 src/device/cop1.rs (+14 -15)
📝 src/device/cpu.rs (+6 -6)
📝 src/device/cpu_instructions.rs (+36 -36)
📝 src/device/events.rs (+2 -2)
📝 src/device/fpu_instructions.rs (+3 -3)
📝 src/device/is_viewer.rs (+3 -3)
📝 src/device/memory.rs (+8 -8)
📝 src/device/mempak.rs (+5 -5)
📝 src/device/mi.rs (+1 -1)
📝 src/device/pi.rs (+9 -19)
📝 src/device/pif.rs (+9 -11)
📝 src/device/rdp.rs (+2 -2)

...and 17 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/22 **Author:** [@loganmc10](https://github.com/loganmc10) **Created:** 10/24/2023 **Status:** ✅ Merged **Merged:** 10/24/2023 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `clippy` --- ### 📝 Commits (9) - [`bd10c3b`](https://github.com/gopher64/gopher64/commit/bd10c3b15c3d6b7cc75303776b262bee3caefb46) clippy fixes - [`3e2ef95`](https://github.com/gopher64/gopher64/commit/3e2ef95d9f4ccc791f45242c2de656510931914a) typo fix - [`158581c`](https://github.com/gopher64/gopher64/commit/158581c07f0a239a9871ef9d6183ae15d36618d2) more - [`4c2fb51`](https://github.com/gopher64/gopher64/commit/4c2fb51af1078b6f904b803e57ce88e9bdd549bd) more - [`0ac2e9f`](https://github.com/gopher64/gopher64/commit/0ac2e9f118040960ff4632d9f7193bdffacb9b8b) more - [`d3144b8`](https://github.com/gopher64/gopher64/commit/d3144b8dfb78731d381208db31845d1033e60e66) more - [`fa4e529`](https://github.com/gopher64/gopher64/commit/fa4e529d0f2c119dae3ee4e3215ad715fc5bed70) more - [`937c66e`](https://github.com/gopher64/gopher64/commit/937c66ec0d1287af8915103841b074425b6522ea) more - [`b843757`](https://github.com/gopher64/gopher64/commit/b843757857de5ebaa4b0a6f7d912233e24dae04d) add workflow ### 📊 Changes **37 files changed** (+376 additions, -408 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/lint.yml` (+28 -0) 📝 `src/device.rs` (+1 -1) 📝 `src/device/ai.rs` (+8 -11) 📝 `src/device/cache.rs` (+11 -11) 📝 `src/device/cart.rs` (+9 -9) 📝 `src/device/cart_rom.rs` (+7 -7) 📝 `src/device/controller.rs` (+5 -10) 📝 `src/device/cop0.rs` (+9 -9) 📝 `src/device/cop1.rs` (+14 -15) 📝 `src/device/cpu.rs` (+6 -6) 📝 `src/device/cpu_instructions.rs` (+36 -36) 📝 `src/device/events.rs` (+2 -2) 📝 `src/device/fpu_instructions.rs` (+3 -3) 📝 `src/device/is_viewer.rs` (+3 -3) 📝 `src/device/memory.rs` (+8 -8) 📝 `src/device/mempak.rs` (+5 -5) 📝 `src/device/mi.rs` (+1 -1) 📝 `src/device/pi.rs` (+9 -19) 📝 `src/device/pif.rs` (+9 -11) 📝 `src/device/rdp.rs` (+2 -2) _...and 17 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:46:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#143
No description provided.