Allow to override toolchain from rust-toolchain file (#35)
This commit is contained in:
committed by
svartalf
parent
e2aeba25b2
commit
6a1db6369e
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[]
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user