Skip to content

Commit 00d8146

Browse files
committed
fix: [#304] remove clippy large_stack_arrays workaround, false positive resolved in nightly 1.96.0
1 parent a962e4c commit 00d8146

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
//! - `shared` - Shared modules used across different layers
2626
//! - `testing` - Testing utilities (unit, integration, and end-to-end)
2727
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-
3428
pub mod adapters;
3529
pub mod application;
3630
pub mod bootstrap;

0 commit comments

Comments
 (0)