Commit cbc2f40
committed
Add MiniscriptKey and ScriptContext aliases
We just renamed the `MinscriptKey` trait to `Key` and `ScriptContext` to
`Context`.
Add an alias for each of them to the original name. This helps backwards
compatibility but also makes the library more ergonomic since the new
names are so generic they could cause naming conflicts in downstream
crates.1 parent fe89ea2 commit cbc2f40
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
143 | 147 | | |
144 | 148 | | |
145 | 149 | | |
| |||
0 commit comments