Skip to content

Conversation

@kyutaze
Copy link
Contributor

@kyutaze kyutaze commented Jan 6, 2026

Closes #132
src/bin/colmsg/app.rs において、ライフタイムパラメータを必要とする構造体 Config の指定が省略されていることで発生していた警告(hiding a lifetime that's elided elsewhere is confusing)を修正しました。

変更内容:

  • src/bin/colmsg/app.rs 内の各メソッドの戻り値の型に、明示的な無名ライフタイム '_ を追加しました。

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.

ビルド時のライフタイム省略に関する警告について

1 participant