Committed by
GitHub
Have EventListenable.collect return Nothing (#458)
This indicates to linters that this will never return and can mark any code after it as unreachable.
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
-
请 注册 或 登录 后发表评论
This indicates to linters that this will never return and can mark any code after it as unreachable.