diff options
author | Florian Diebold <[email protected]> | 2019-01-26 21:52:04 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2019-02-01 21:45:23 +0000 |
commit | 6b076f1931d7dc324d7bbbc4c1df9f7c1c1db8b7 (patch) | |
tree | 131f12f5b0c9ea0ea499b8d4e9ff0c5112192352 /.gitignore | |
parent | 758bc72873efe36f579236d1abf240d14866fd82 (diff) |
Use new Resolver API in type inference
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 872f72f16..6a5377f8e 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -5,3 +5,4 @@ crates/*/target | |||
5 | *.log | 5 | *.log |
6 | *.iml | 6 | *.iml |
7 | .vscode/settings.json | 7 | .vscode/settings.json |
8 | **/*.snap.new | ||