vectordotdev/vector

Investigate and eliminate `allow` statements

开放

#23,659 创建于 2025年8月27日

 (9 条评论) (0 个反应) (0 位负责人)Rust (2,126 个派生)batch import
good first issuehacktoberfesthave: nicetype: tech debt

仓库指标

星标
 (21,837 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Module wide: https://github.com/search?q=repo%3Avectordotdev%2Fvector%20%22%23!%5Ballow(%22&type=code

These allows can hide bugs: https://github.com/search?q=repo%3Avectordotdev%2Fvector+clippy%3A%3Acast&type=code

Same for #![expect(...)].

This can be implemented piece by piece in multiple focused PRs.

贡献者指南