dtmt/lib/sdk/src/bundle
Lucas Schwiderski 0811f47ae2
bug: Fix reading bundle properties
Clippy's suggestion failed me, as `slice::take` only yields _at most_
the given number of elements, but `Vec::with_capacity` doesn't resize
in a way that it would yield `capacity` elements.
2023-01-07 16:19:01 +01:00
..
file.rs bug: Fix tracing spans not being entered 2023-01-06 13:32:58 +01:00
mod.rs bug: Fix reading bundle properties 2023-01-07 16:19:01 +01:00