jj/lib
Martin von Zweigbergk 40d9256a11 fix: make FileFixer::fix_files() take &mut self
It can be useful for fixers to record some information about the
inputs they processed. For example, the `FileFixer` we use in our
server at Google get more detailed error information back from its
formatter tools. We may want to record these errors in our
`FileFixer`'s state so we can then return that to the client.
2025-04-07 15:43:47 +00:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos lib: rename the LocalBackend to SimpleBackend 2025-03-17 17:17:11 +00:00
proc-macros cleanup: enable unused_trait_names clippy lint and run clippy --fix 2025-03-16 00:35:56 +00:00
src fix: make FileFixer::fix_files() take &mut self 2025-04-07 15:43:47 +00:00
tests fix: make FileFixer::fix_files() take &mut self 2025-04-07 15:43:47 +00:00
testutils cargo: bump gix to 0.71.0 2025-04-04 04:28:42 +00:00
Cargo.toml tests: don’t use git2 in testutils 2025-04-03 19:03:44 +00:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00