mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 12:55:05 +00:00
![]() I found it useful to have the `&dyn Diagnostic` trait impl specifically. I added `Arc<dyn Diagnostic>` for completeness. (I do kind of wonder if we should be preferring `Arc<dyn ...>` over something like `Box<dyn ...>` more generally, especially for things with immutable APIs. It would make cloning cheap.) |
||
---|---|---|
.. | ||
files | ||
system | ||
vendored | ||
diagnostic.rs | ||
display.rs | ||
file_revision.rs | ||
files.rs | ||
lib.rs | ||
panic.rs | ||
parsed.rs | ||
source.rs | ||
system.rs | ||
testing.rs | ||
vendored.rs |