vectordotdev/vector
Investigate and eliminate `allow` statements
Aberta
#23.659 aberto em 27 de ago. de 2025
good first issuehacktoberfesthave: nicetype: tech debt
Métricas do repositório
- Stars
- (21.837 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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.