Pavan Kumar Sunkara
Pavan Kumar Sunkara
In that case, isn't it better to make a generic lint that says `trait_impl_removed` that covers this scenario and normal trait impl removed scenario?
Pasting my comment from a different issue: > I think the whole community would benefit if you can extract out the syntax highlighting data and maintain it separately (maybe a...
The code looks okay to me. * Need tests for `AsChangeset` logic * Need tests for `deserialize_fn` * Need to add the newly added attributes to `UnknownAttribute` error * Need...
Doesn't seem to help. Especially after I upgraded vite to v5.
@thorhs Are you planning to update this PR? @TommyCpp What's remaining in this if I want to take over?
This can be closed since the underlying has been fixed in other PRs.
Related note for others, [dunce](https://lib.rs/crates/dunce) is an alternative to `fs::canonicalize`.
The last 2 commits contains the changes.
Because of https://github.com/eyre-rs/color-eyre/issues/80 and https://github.com/eyre-rs/color-eyre/issues/99, we probably would need to move to https://github.com/rust-cli/anstyle and thus not need `ansi-parser` anymore.
@Gordon01 I am unsure how #279 fixes this. Did I miss something?