cargo-minimize/src
moxian 6d4331b16b Allow bisecting privatizer use changes
Currently all the use items have the same AstPath,
which means that privatizer tries to change all of them at once.
Which means that if *any* of them can't get privated, then
*all* of them stay unprivated, with all the consequences..
2025-04-20 15:54:50 +02:00
..
passes Allow bisecting privatizer use changes 2025-04-20 15:54:50 +02:00
processor Minor reaper opti: don't do rustfix with no suggestions 2025-04-20 15:54:50 +02:00
build.rs speed up tests by doing rustup which 2023-09-23 16:04:17 +02:00
dylib_flag.rs Better error message on failing to parse --verify-fn 2025-04-20 15:54:50 +02:00
expand.rs Clippy fixes 2022-12-19 14:00:32 +01:00
formatting.rs add in memory AST 2023-12-31 17:01:16 +01:00
lib.rs speed up tests by doing rustup which 2023-09-23 16:04:17 +02:00
main.rs python in bash in rust 2023-04-04 13:36:46 +02:00