Skip to content

Commit

Permalink
Merge pull request #392 from bpmooch/remove-type-length-limit-config
Browse files Browse the repository at this point in the history
Remove type_length_limit config from stats example
  • Loading branch information
fussybeaver authored Mar 23, 2024
2 parents bf24ae4 + 64db9bf commit 8386f09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/stats.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
//! Stream stats for all running Docker containers asynchronously
#![type_length_limit = "2097152"]

use bollard::container::{ListContainersOptions, StatsOptions};
use bollard::Docker;

Expand Down

0 comments on commit 8386f09

Please sign in to comment.