sapling/eden/scm/lib/tracing-collector
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 Move fb-mercurial sources into an eden/scm subdirectory. 2019-11-13 16:04:48 -08:00