vectordotdev/vector

Investigate and eliminate `allow` statements

Offen

#23.659 geöffnet am 27.08.2025

 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (2.126 Forks)batch import
good first issuehacktoberfesthave: nicetype: tech debt

Repository-Metriken

Stars
 (21.837 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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