about summary refs log tree commit diff
path: root/compiler/rustc_parse/src
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-05-15 22:28:52 +0200
committerGitHub <noreply@github.com>2025-05-15 22:28:52 +0200
commit3e6a2861e43e910a9604bd69fc17febe2324b449 (patch)
tree1f5c077e400a872d381b90b52655e8e5eb3e8f1e /compiler/rustc_parse/src
parent992714313901463d409a2c81c0bd33bc19c11817 (diff)
parent92116bcfa6d47ebd021296a3f3cabb62f021b74c (diff)
downloadrust-3e6a2861e43e910a9604bd69fc17febe2324b449.tar.gz
rust-3e6a2861e43e910a9604bd69fc17febe2324b449.zip
Rollup merge of #141027 - onur-ozkan:simpler-rustfmt-initialization, r=albertlarsan68
remove `RustfmtState` to reduce `initial_rustfmt` complexity

The current use of `RustfmtState` doesn't serve its main purpose as it never does the lazy evaulation since `Build::build` forces it to be ready on the early stage. If we want rustfmt to be ready on the early stage, we don't need to have `RustfmtState` complexity at all.
Diffstat (limited to 'compiler/rustc_parse/src')
0 files changed, 0 insertions, 0 deletions