We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a962e4c commit 00d8146Copy full SHA for 00d8146
1 file changed
src/lib.rs
@@ -25,12 +25,6 @@
25
//! - `shared` - Shared modules used across different layers
26
//! - `testing` - Testing utilities (unit, integration, and end-to-end)
27
28
-// False positive: clippy reports large_stack_arrays for vec![] macro with ServiceTopology
29
-// This is a known upstream issue: https://github.com/rust-lang/rust-clippy/issues/12586
30
-// Tracking issue: https://github.com/torrust/torrust-tracker-deployer/issues/304
31
-// See: docs/issues/304-clippy-large-stack-arrays-false-positive.md
32
-#![allow(clippy::large_stack_arrays)]
33
-
34
pub mod adapters;
35
pub mod application;
36
pub mod bootstrap;
0 commit comments