mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Rollup merge of #126798 - miguelfrde:master, r=tmandry
[fuchsia-test-runner] Remove usage of kw_only We are still at Python 3.8 in Fuchsia infra. This was introduced at Python 3.10. r? tmandry r? erickt
This commit is contained in:
commit
b9ab6c3501
@ -112,7 +112,7 @@ def atomic_link(link: Path, target: Path):
|
||||
os.remove(tmp_file)
|
||||
|
||||
|
||||
@dataclass(kw_only=True)
|
||||
@dataclass
|
||||
class TestEnvironment:
|
||||
rust_build_dir: Path
|
||||
sdk_dir: Path
|
||||
|
Loading…
Reference in New Issue
Block a user