sapling/eden/scm/lib/hgcommands
Jun Wu 918672b106 tracing-collector: support owned strings in TreeSpans
Summary:
TreeSpans used to use `&str`, which adds a lifetime to the struct, making it
harder to be used in the Python land. Use a type parameter so TreeSpans<String>
can be used.

Reviewed By: DurhamG

Differential Revision: D19797708

fbshipit-source-id: c66429abfaf16d876151ca6f29da976bed91485d
2020-02-28 09:16:14 -08:00
..
src tracing-collector: support owned strings in TreeSpans 2020-02-28 09:16:14 -08:00
Cargo.toml rust-cpython: allow compilation for both py2 and py3 2020-01-28 20:17:20 -08:00