Skip to content

Conversation

@FlowingSPDG
Copy link
Member

Fixes clippy warning: redundant pattern matching in src-tauri/src/network/server.rs

  • Changed if let Some(_) = listener.take() to if listener.take().is_some()
  • Ran cargo clippy and cargo fmt multiple times to ensure code quality

@FlowingSPDG
Copy link
Member Author

ある程度基礎機能はそろった気がする
一旦ノーパソとか、OBSとobs-syncを同時起動できる別PCが用意出来てMaster/Slaveの動作テストが出来るまではPR塩漬けかな

@FlowingSPDG FlowingSPDG merged commit b170b17 into main Jan 19, 2026
1 check passed
@FlowingSPDG FlowingSPDG deleted the fix/clippy-warnings branch January 19, 2026 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants