0d455ebd06
It doesn't matter how exactly the user called puffin, the lockfile should look the same either way.
8 lines
262 B
Rust
8 lines
262 B
Rust
pub(crate) const BIN_NAME: &str = "puffin";
|
|
// Not all tests use them and cargo warns otherwise
|
|
#[allow(dead_code)]
|
|
pub(crate) const INSTA_FILTERS: &[(&str, &str)] = &[
|
|
(r"(\d+\.)?\d+(ms|s)", "[TIME]"),
|
|
(r"--cache-dir .*", "--cache-dir [CACHE_DIR]"),
|
|
];
|