vectordotdev/vector

Investigate and eliminate `allow` statements

Open

#23,659 opened on Aug 27, 2025

 (9 comments) (0 reactions) (0 assignees)Rust (2,126 forks)batch import
good first issuehacktoberfesthave: nicetype: tech debt

Repository metrics

Stars
 (21,837 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide