summaryrefslogtreecommitdiff
path: root/asl/logging/BUILD.bazel
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-02-20 23:47:02 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-02-20 23:47:02 +0100
commitaa73023bee1aebc745188e54039d3bf567be97e3 (patch)
treee4d3385a7e9eedfff7b36a8237771441668ca7cc /asl/logging/BUILD.bazel
parent409ef997e2ff99b2bbea89ea61d10fc8e26dac96 (diff)
Use intrusive list in logging, and add defer
Diffstat (limited to 'asl/logging/BUILD.bazel')
-rw-r--r--asl/logging/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/asl/logging/BUILD.bazel b/asl/logging/BUILD.bazel
index 3c60915..0c8323a 100644
--- a/asl/logging/BUILD.bazel
+++ b/asl/logging/BUILD.bazel
@@ -8,7 +8,7 @@ cc_library(
],
deps = [
"//asl/base",
- "//asl/types:box",
+ "//asl/containers:intrusive_list",
"//asl/formatting",
"//asl/io:print",
"//asl/strings:string_builder",