mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-09-06 16:21:57 +03:00
Allow to override toolchain from rust-toolchain file
This commit is contained in:
parent
e2aeba25b2
commit
d39c7183f3
7 changed files with 140 additions and 29 deletions
7
types/mock-env/index.d.ts
vendored
Normal file
7
types/mock-env/index.d.ts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
declare module "mock-env" {
|
||||
function morph<T>(
|
||||
callback: () => T,
|
||||
vars: object,
|
||||
toRemove?: string[]
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue