diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-02-20 23:47:02 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-02-20 23:47:02 +0100 |
commit | aa73023bee1aebc745188e54039d3bf567be97e3 (patch) | |
tree | e4d3385a7e9eedfff7b36a8237771441668ca7cc /asl/logging/BUILD.bazel | |
parent | 409ef997e2ff99b2bbea89ea61d10fc8e26dac96 (diff) |
Use intrusive list in logging, and add defer
Diffstat (limited to 'asl/logging/BUILD.bazel')
-rw-r--r-- | asl/logging/BUILD.bazel | 2 |
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", |