Files
rust/compiler
Nicholas Nethercote 969d9336ca Remove unnecessary builders.
`delegation.rs` has three builders: `GenericsBuilder`,
`PredicatesBuilder`, and `GenericArgsBuilder`. The first two builders
have just two optional parameters, and the third one has zero. Each
builder is used within a single function. The code is over-engineered.

This commit removes the builders, replacing each with with a single
`build_*` function. This makes the code shorter and simpler.
2025-01-31 08:27:15 +11:00
..
2025-01-29 15:45:13 +00:00
2025-01-29 15:45:13 +00:00
2025-01-07 14:30:02 +02:00
2025-01-07 14:30:02 +02:00
2025-01-29 09:48:08 +01:00