Micha Reiser
e725b6fdaf
CallPath newtype wrapper ( #10201 )
...
## Summary
This PR changes the `CallPath` type alias to a newtype wrapper.
A newtype wrapper allows us to limit the API and to experiment with
alternative ways to implement matching on `CallPath`s.
## Test Plan
`cargo test`
2024-03-03 16:54:24 +01:00
..
2024-03-03 00:20:36 +00:00
2024-02-12 10:18:58 +01:00
2024-01-02 13:41:59 +00:00
2024-02-09 21:56:37 +00:00
2024-02-12 10:18:58 +01:00
2024-02-26 08:19:40 +01:00
2024-02-12 10:18:58 +01:00
2024-03-03 16:54:24 +01:00
2024-02-12 10:18:58 +01:00
2024-02-12 10:18:58 +01:00
2024-03-03 16:54:24 +01:00
2024-02-26 15:35:20 +00:00
2024-02-29 16:05:20 +01:00
2024-02-12 10:18:58 +01:00
2024-02-12 10:18:58 +01:00
2024-02-26 15:35:20 +00:00
2024-02-12 10:18:58 +01:00
2024-03-03 16:54:24 +01:00
2024-02-03 14:40:41 +00:00
2024-02-28 19:21:06 +00:00
2024-02-29 16:05:20 +01:00
2024-02-07 16:48:28 -05:00
2024-02-02 17:56:25 +01:00
2024-02-12 10:18:58 +01:00
2024-03-01 03:32:03 +00:00